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