1 instantiation of PluginLogger
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
20internal static PluginLogger DefaultInstance { get; } = new PluginLogger(EnvironmentVariableWrapper.Instance);
9 references to PluginLogger
NuGet.Protocol (9)
Plugins\Connection.cs (1)
65: this(dispatcher, sender, receiver, options, PluginLogger.DefaultInstance)
Plugins\InboundRequestContext.cs (1)
41: this(connection, requestId, cancellationToken, new InboundRequestProcessingHandler(), PluginLogger.DefaultInstance)
Plugins\Logging\PluginLogger.cs (2)
20internal static PluginLogger DefaultInstance { get; } = new PluginLogger(EnvironmentVariableWrapper.Instance); 80throw new ObjectDisposedException(nameof(PluginLogger));
Plugins\MessageDispatcher.cs (1)
45: this(requestHandlers, idGenerator, new InboundRequestProcessingHandler(), PluginLogger.DefaultInstance)
Plugins\OutboundRequestContext`1.cs (1)
59: this(connection, request, timeout, isKeepAlive, cancellationToken, PluginLogger.DefaultInstance)
Plugins\PluginFactory.cs (3)
61_logger = PluginLogger.DefaultInstance; 344var logger = PluginLogger.DefaultInstance;