1 implementation of IsEnabled
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
45
public bool
IsEnabled
{ get; }
19 references to IsEnabled
NuGet.Protocol (19)
Plugins\Connection.cs (3)
245
if (_logger.
IsEnabled
)
252
if (_logger.
IsEnabled
)
297
if (_logger.
IsEnabled
)
Plugins\InboundRequestContext.cs (6)
105
if (_logger.
IsEnabled
)
128
if (_logger.
IsEnabled
)
189
if (_logger.
IsEnabled
)
199
if (_logger.
IsEnabled
)
211
if (_logger.
IsEnabled
)
252
if (_logger.
IsEnabled
)
Plugins\MessageDispatcher.cs (1)
493
if (_logger.
IsEnabled
)
Plugins\OutboundRequestContext`1.cs (3)
271
if (_logger.
IsEnabled
)
281
if (_logger.
IsEnabled
)
293
if (_logger.
IsEnabled
)
Plugins\PluginFactory.cs (6)
239
if (_logger.
IsEnabled
)
258
if (_logger.
IsEnabled
)
385
if (_logger.
IsEnabled
)
405
if (_logger.
IsEnabled
)
431
if (_logger.
IsEnabled
)
443
if (_logger.
IsEnabled
)