level property

set level (LogLevel newLevel)

Sets the minimum logging level.

Messages with a level lower than this will not be displayed.

Implementation

static set level(LogLevel newLevel) {
  _currentLevel = newLevel;
}