Static helper for logging info.
static void staticInfo(String message, [Map<String, dynamic>? data]) => Logger()._log(LogLevel.info, message, data);