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