1 implementation of LogLevel
Microsoft.Extensions.Telemetry (1)
Sampling\RandomProbabilisticSamplerFilterRule.cs (1)
49
public LogLevel?
LogLevel
{ get; }
7 references to LogLevel
Microsoft.Extensions.Telemetry (7)
Sampling\ILogSamplingFilterRule.cs (1)
19
/// Gets the maximum <see cref="
LogLevel
"/> of messages.
Sampling\LogSamplingRuleSelector.cs (6)
23
if (rule.
LogLevel
is not null && rule.
LogLevel
< logLevel)
81
if (current?.
LogLevel
is not null)
83
if (rule.
LogLevel
is null)
88
if (current.
LogLevel
< rule.
LogLevel
)