Writes a message and indents the following output.
The output is indented according to *enter()
/*exit()
calls.
# S3 method for Verbose
enter(this, ..., indent=this$indentStep, sep="", suffix="...", level=this$defaultLevel)
# S3 method for Verbose
enterf(this, fmtstr, ..., indent=this$indentStep, sep="", suffix="...",
level=this$defaultLevel)
An sprintf
() format string, which together with
...
constructs the message.
The number of characters to add to the indentation.
The default separator character
string.
A character
string to be appended to the end of the message.
A numeric
value to be compared to the threshold.
Returns nothing.
For more information see Verbose
.