4 references to Instance
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;