minLevel property

set minLevel (Level minLevel)

set the log level.

Implementation

static set minLevel(Level minLevel) {
  _root.min = minLevel;
}