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