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