static void logDebug(String message, {Map<String, Object?>? attributes}) { _logger?.debug(message, attributes: attributes ?? {}); }