Log a warning message.
static void warning(String message, {String? tag}) { log(message, level: LogLevel.warning, tag: tag); }