8 references to ThrowExceptionAt
Microsoft.Extensions.Telemetry.Tests (8)
Logging\ExtendedLoggerTests.cs (8)
663using var provider = new CustomLoggerProvider("provider1", ThrowExceptionAt.None, store); 1036private readonly ThrowExceptionAt _throwExceptionAt; 1039public CustomLoggerProvider(string providerName, ThrowExceptionAt throwExceptionAt, List<string> store) 1060private readonly ThrowExceptionAt _throwExceptionAt; 1063public CustomLogger(string name, ThrowExceptionAt throwExceptionAt, List<string> store) 1073if (_throwExceptionAt == ThrowExceptionAt.BeginScope) 1085if (_throwExceptionAt == ThrowExceptionAt.IsEnabled) 1105if (_throwExceptionAt == ThrowExceptionAt.Log)