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