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