Should the logging to be printed to the console or not.
logger.setUseConsole(console, stderr = TRUE)
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.
if (FALSE) { # \dontrun{
logger.setUseConsole(TRUE)
} # }