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 use stderr instead of stdout for logging

Author

Rob Kooper

Examples

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