8 references to ThrowExceptionAt
Microsoft.Extensions.Telemetry.Tests (8)
Logging\ExtendedLoggerTests.cs (8)
621using var provider = new CustomLoggerProvider("provider1", ThrowExceptionAt.None, store); 764private readonly ThrowExceptionAt _throwExceptionAt; 767public CustomLoggerProvider(string providerName, ThrowExceptionAt throwExceptionAt, List<string> store) 788private readonly ThrowExceptionAt _throwExceptionAt; 791public CustomLogger(string name, ThrowExceptionAt throwExceptionAt, List<string> store) 801if (_throwExceptionAt == ThrowExceptionAt.BeginScope) 813if (_throwExceptionAt == ThrowExceptionAt.IsEnabled) 833if (_throwExceptionAt == ThrowExceptionAt.Log)