Description Usage Arguments Author(s) Examples
Should the logging to be printed to the console or not.
1 | logger.setUseConsole(console, stderr = TRUE)
|
console |
set to true to print logging to console. |
stderr |
set to true (default) to use stderr instead of stdout for logging |
Rob Kooper
1 2 3 4 | ## Not run:
logger.setUseConsole(TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.