1 implementation of ShouldDisplay
NuGet.Common (1)
Errors\RestoreLogMessage.cs (1)
24public bool ShouldDisplay { get; set; }
1 reference to ShouldDisplay
NuGet.Commands (1)
RestoreCommand\Logging\RestoreCollectorLogger.cs (1)
216return ((!_hideWarningsAndErrors || message.ShouldDisplay) && message.Level >= VerbosityLevel);