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