8 references to ThrowExceptionAt
Microsoft.Extensions.Telemetry.Tests (8)
Logging\ExtendedLoggerTests.cs (8)
658using var provider = new CustomLoggerProvider("provider1", ThrowExceptionAt.None, store); 1031private readonly ThrowExceptionAt _throwExceptionAt; 1034public CustomLoggerProvider(string providerName, ThrowExceptionAt throwExceptionAt, List<string> store) 1055private readonly ThrowExceptionAt _throwExceptionAt; 1058public CustomLogger(string name, ThrowExceptionAt throwExceptionAt, List<string> store) 1068if (_throwExceptionAt == ThrowExceptionAt.BeginScope) 1080if (_throwExceptionAt == ThrowExceptionAt.IsEnabled) 1100if (_throwExceptionAt == ThrowExceptionAt.Log)