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