8 references to ThrowExceptionAt
Microsoft.Extensions.Telemetry.Tests (8)
Logging\ExtendedLoggerTests.cs (8)
621
using var provider = new CustomLoggerProvider("provider1",
ThrowExceptionAt
.None, store);
764
private readonly
ThrowExceptionAt
_throwExceptionAt;
767
public CustomLoggerProvider(string providerName,
ThrowExceptionAt
throwExceptionAt, List<string> store)
788
private readonly
ThrowExceptionAt
_throwExceptionAt;
791
public CustomLogger(string name,
ThrowExceptionAt
throwExceptionAt, List<string> store)
801
if (_throwExceptionAt ==
ThrowExceptionAt
.BeginScope)
813
if (_throwExceptionAt ==
ThrowExceptionAt
.IsEnabled)
833
if (_throwExceptionAt ==
ThrowExceptionAt
.Log)