1 write to Logger
NuGet.Protocol (1)
HttpSource\HttpRequestMessageConfiguration.cs (1)
17Logger = logger ?? NullLogger.Instance;
3 references to Logger
NuGet.Protocol (3)
HttpSource\HttpSourceAuthenticationHandler.cs (1)
132configuration.Logger,
HttpSource\ProxyAuthenticationHandler.cs (1)
61var logger = request.GetOrCreateConfiguration().Logger;
HttpSource\ServerWarningLogHandler.cs (1)
25response.LogServerWarning(configuration.Logger);