getLoggingLevel function

Level getLoggingLevel()

get the current logging level

Implementation

Level getLoggingLevel() {
  return logger.level;
}