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