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