Implemented interface member:
property
IsEnabled
NuGet.Protocol.Plugins.IPluginLogger.IsEnabled
1 write to IsEnabled
NuGet.Protocol (1)
Plugins\Logging\PluginLogger.cs (1)
77
IsEnabled
= bool.TryParse(value, out var enable) && enable;
4 references to IsEnabled
NuGet.Protocol (4)
Plugins\Logging\PluginLogger.cs (3)
79
if (
IsEnabled
)
121
if (!
IsEnabled
)
148
if (
IsEnabled
)
Plugins\PluginFactory.cs (1)
348
if (logger.
IsEnabled
)