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