1 instantiation of PluginLogger
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
22internal static PluginLogger DefaultInstance { get; } = new PluginLogger(EnvironmentVariableWrapper.Instance);
9 references to PluginLogger
NuGet.Protocol (9)
Plugins\Connection.cs (1)
67: this(dispatcher, sender, receiver, options, PluginLogger.DefaultInstance)
Plugins\InboundRequestContext.cs (1)
43: this(connection, requestId, cancellationToken, new InboundRequestProcessingHandler(), PluginLogger.DefaultInstance)
Plugins\Logging\PluginLogger.cs (2)
22internal static PluginLogger DefaultInstance { get; } = new PluginLogger(EnvironmentVariableWrapper.Instance); 82throw new ObjectDisposedException(nameof(PluginLogger));
Plugins\MessageDispatcher.cs (1)
44: this(requestHandlers, idGenerator, new InboundRequestProcessingHandler(), PluginLogger.DefaultInstance)
Plugins\OutboundRequestContext`1.cs (1)
58: this(connection, request, timeout, isKeepAlive, cancellationToken, PluginLogger.DefaultInstance)
Plugins\PluginFactory.cs (3)
56_logger = PluginLogger.DefaultInstance; 339var logger = PluginLogger.DefaultInstance;