`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?