root property
Logger
get
root
The root logger, representing the topmost logger in the hierarchy.
Its default severity level is Level.info.
Implementation
static Logger get root => _root;
The root logger, representing the topmost logger in the hierarchy.
Its default severity level is Level.info.
static Logger get root => _root;