menu
monarch_utils package
documentation
log.dart
LogLevel
INFO constant
INFO constant
dark_mode
light_mode
INFO
constant
LogLevel
const
INFO
Key for informational messages (
value
= 800).
Implementation
static
const
LogLevel INFO = LogLevel(
'INFO'
,
800
);
monarch_utils package
documentation
log
LogLevel
INFO constant
LogLevel class
Constructors
new
Properties
hashCode
name
runtimeType
value
Methods
compareTo
noSuchMethod
toString
Operators
operator <
operator <=
operator ==
operator >
operator >=
Static methods
fromString
Constants
ALL
CONFIG
FINE
FINER
FINEST
INFO
LEVELS
OFF
SEVERE
SHOUT
WARNING