You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home > [Scripting Reference](Scripting Reference) > verbosef
verbosef
The verbosef performs printf, printing a formatted string, but only when the verbose flag was set (ex. in the command line).
verbosef("format", ...)
Parameters
format is a formatting string containing C printf() style formatting codes. It is followed by a list of arguments to be substituted into the format string.