Implemented interface member:
property
IsEnabled
NuGet.Protocol.Plugins.IPluginLogger.IsEnabled
1 write to IsEnabled
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
35
IsEnabled
= bool.TryParse(value, out var enable) && enable;
4 references to IsEnabled
NuGet.Protocol (4)
Plugins\Logging\PluginLogger.cs (3)
37
if (
IsEnabled
)
73
if (!
IsEnabled
)
96
if (
IsEnabled
)
Plugins\PluginFactory.cs (1)
346
if (logger.
IsEnabled
)