enableVerbose method

void enableVerbose()

Implementation

void enableVerbose() {
  _level = Level.verbose;
}