1 write to ShowStack
NuGet.Common (1)
Logging\ExceptionLogger.cs (1)
13
ShowStack
= ShouldShowStack(reader);
3 references to ShowStack
NuGet.CommandLine.XPlat (2)
Commands\ConfigCommands\ConfigCommand.cs (1)
19
if (ExceptionLogger.Instance.
ShowStack
)
Program.cs (1)
192
if (ExceptionLogger.Instance.
ShowStack
)
NuGet.Common (1)
ExceptionUtilities.cs (1)
50
var stackLevel = (logStackAsError || ExceptionLogger.Instance.
ShowStack
) ? LogLevel.Error : LogLevel.Verbose;