menu
monarch_utils package
documentation
log.dart
LogLevel
SEVERE constant
SEVERE constant
dark_mode
light_mode
SEVERE
constant
LogLevel
const
SEVERE
Key for serious failures (
value
= 1000).
Implementation
static const LogLevel SEVERE = LogLevel('SEVERE', 1000);
monarch_utils package
documentation
log
LogLevel
SEVERE constant
LogLevel class