1 implementation of LogLevel
Microsoft.Extensions.Telemetry (1)
Sampling\RandomProbabilisticSamplerFilterRule.cs (1)
49public 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)
53if (rule.LogLevel is not null && rule.LogLevel < logLevel) 111if (current?.LogLevel is not null) 113if (rule.LogLevel is null) 118if (current.LogLevel < rule.LogLevel)