Log an info message
static void info(String message, {Map<String, dynamic>? context}) { _log(AirLogLevel.info, 'INF', message, context: context); }