static void debug(String message, {String? tag, Object? data}) { _log(LogLevel.debug, message, tag: tag, data: data); }