LogLevelSelector Property
Definition
- Namespace
- Cuemon.AspNetCore.Diagnostics
- Assemblies
- Cuemon.AspNetCore.dll
LogLevelSelector
Gets or sets the function delegate that determines the LogLevel for a given ServerTimingMetric.
public Func<ServerTimingMetric, LogLevel> LogLevelSelector { get; set; }
Property Value
- Func<ServerTimingMetric, LogLevel>
The function delegate that determines the LogLevel for a given ServerTimingMetric.