menu
monarch_utils package
documentation
log.dart
LogLevel
LogLevel.new const constructor
LogLevel.new const constructor
dark_mode
light_mode
LogLevel
constructor
const
LogLevel
(
String
name
,
int
value
)
Implementation
const
LogLevel(
this
.name,
this
.value);
monarch_utils package
documentation
log
LogLevel
LogLevel.new const constructor
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