logger | R Documentation |
Primitive logger for debugging.
logger(msg = "", level = DEBUG, stop_on_error = TRUE)
msg |
The message to print. |
level |
The message will only be printed if its level is lower
or equal to |
stop_on_error |
Can be set to FALSE in order to continue execution despite emitting a message of level ERROR. |
None Prints console output.
set_growR_verbosity()
logger("A standard message", level = 3)
logger("A debug message", level = 4)
logger("A deep debug message", level = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.