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

Examples

# NOT RUN {
logger.setUseConsole(TRUE)
# }