1 implementation of IsEnabled
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
22
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)
236
if (_logger.
IsEnabled
)
255
if (_logger.
IsEnabled
)
382
if (_logger.
IsEnabled
)
402
if (_logger.
IsEnabled
)
428
if (_logger.
IsEnabled
)
440
if (_logger.
IsEnabled
)