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