`getLevelColorOrNull` in `log_event.dart` does not account for `LogLevel.all`, it simply returns null, and then the caller throws an ArgumentError. Is `LogLevel.all` not supposed to be used at all?
getLevelColorOrNullinlog_event.dartdoes not account forLogLevel.all, it simply returns null, and then the caller throws an ArgumentError.Is
LogLevel.allnot supposed to be used at all?