Synopsis:
Send arbitrary text to verbose output
Description:
Verbose([<level>,]<message>)
level must be an integer value. If not specified, defaults to 0.
Used to printf or echo to the console, with you choice of verbosity level.
This is similar in effect to the NoOp command, but NoOp only output when the verbosity level is 3 or more.