all constant
Level
const all
Special level value used to allow records with any severity level to be emitted by logger.
It is an error to provide this value to Record.level.
Implementation
static const Level all = Level(name: '<ALL>', value: 0x0);