Log a debug message
void debug(String message, {Map<String, dynamic>? metadata}) { _log(LogLevel.LOG_LEVEL_DEBUG, message, metadata: metadata); }