logLevel property

Level get logLevel
inherited

Effective level considering the levels established in this logger's parents (when hierarchicalLoggingEnabled is true).

Implementation

Level get logLevel;
set logLevel (Level? value)
inherited

Override the level for this particular Logger and its children.

Setting this to null makes it inherit the parents level.

Implementation

set logLevel(Level? value);