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)

Examples

# NOT RUN {
logger.getLevel()
# }