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)
53
if (rule.
LogLevel
is not null && rule.
LogLevel
< logLevel)
111
if (current?.
LogLevel
is not null)
113
if (rule.
LogLevel
is null)
118
if (current.
LogLevel
< rule.
LogLevel
)