8 references to ThrowExceptionAt
Microsoft.Extensions.Telemetry.Tests (8)
Logging\ExtendedLoggerTests.cs (8)
654using var provider = new CustomLoggerProvider("provider1", ThrowExceptionAt.None, store); 797private readonly ThrowExceptionAt _throwExceptionAt; 800public CustomLoggerProvider(string providerName, ThrowExceptionAt throwExceptionAt, List<string> store) 821private readonly ThrowExceptionAt _throwExceptionAt; 824public CustomLogger(string name, ThrowExceptionAt throwExceptionAt, List<string> store) 834if (_throwExceptionAt == ThrowExceptionAt.BeginScope) 846if (_throwExceptionAt == ThrowExceptionAt.IsEnabled) 866if (_throwExceptionAt == ThrowExceptionAt.Log)