levelDescription property
Short description of the log level.
It is meant to be read by humans. There's no guarantee that this value is stable enough to be parsed by machines.
Implementation
String get levelDescription => level.toString().split('.').last;