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)Returns nothing.
An sprintf() format string, which together with
... constructs the message.
Objects to be passed to *cat()
(or sprintf()).
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.
Henrik Bengtsson
For more information see Verbose.