2 references to ExceptionLogger
NuGet.Common (2)
Logging\ExceptionLogger.cs (2)
45
public static ExceptionLogger Instance { get; private set; } = new
ExceptionLogger
(EnvironmentVariableWrapper.Instance);
51
internal static void ResetInstance() => Instance = new
ExceptionLogger
(EnvironmentVariableWrapper.Instance);