disableLogging function

void disableLogging()

disable logging

Implementation

void disableLogging() {
  logger.level = Level.OFF;
}