off constant

Level const off

Special level value to disable logger output.

It is an error to provide this value to Record.level.

Implementation

static const Level off = Level(name: '<OFF>', value: 0xffff);