This will return the current level configured of the logging messages

logger.getLevel()

Value

level the level of the message (ALL, DEBUG, INFO, WARN, ERROR, OFF)

Author

Rob Kooper

Examples

if (FALSE) { # \dontrun{
logger.getLevel()
} # }