menu
logger_rs package
documentation
logger_rs.dart
Level
ALL constant
ALL constant
dark_mode
light_mode
ALL
constant
Level
const
ALL
Special key to turn on logging for all levels (
value
= 0).
Implementation
static const Level ALL = Level('ALL', 0);
logger_rs package
documentation
logger_rs
Level
ALL constant
Level class