Should the logging to be printed to the console or not.

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.

Author

Rob Kooper

Examples

if (FALSE) { # \dontrun{
logger.setUseConsole(TRUE)
} # }