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