Should the logging to be printed to the console or not.
Usage
logger.setUseConsole(console, stderr = TRUE)
Arguments
- console
set to true to print logging to console.
- stderr
set to true (default) to log to stderr instead of stdout
Value
Invisibly, a list of the previously set values of console
and stderr
. This can be used to restore the previous settings after a
temporary change.
Examples
if (FALSE) { # \dontrun{
logger.setUseConsole(TRUE)
} # }