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.
Source
String get levelDescription => level.toString().split(".").last;
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.
String get levelDescription => level.toString().split(".").last;