void logWarning(String message, {Object? data}) { _logger.warning(logModuleId, message, data: data); }