static void warning(Object? message, {String? tag}) => log(message, level: LogLevel.warning, tag: tag);