logAll method

void logAll()

Implementation

void logAll() {
  logging.hierarchicalLoggingEnabled = true;
  logger.level = logging.Level.ALL;
}