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