logging package
documentation
logging
Level
SEVERE constant
SEVERE
SEVERE
constant
Null safety
Level
const
SEVERE
Key for serious failures (
value
= 1000).
Implementation
static const Level SEVERE = Level('SEVERE', 1000);
logging package
documentation
logging
Level
SEVERE constant
Level class
Constructors
Level
Properties
hashCode
name
runtimeType
value
Methods
compareTo
noSuchMethod
toString
Operators
operator <
operator <=
operator ==
operator >
operator >=
Constants
ALL
CONFIG
FINE
FINER
FINEST
INFO
LEVELS
OFF
SEVERE
SHOUT
WARNING