Summary
Determines how the loglevel is captured, defaults to the value that can be set into the configuration
IApplicationState:LogLevel
- Assembly
- Rocket
.Surgery .Extensions .Logging .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .Logging - Containing Type
- RocketLoggingOptions
Syntax
public Func<ILoggingConventionContext, Nullable<LogLevel>> GetLogLevel { get; set; }
Value
Type | Description |
---|---|
Func |
The get log level. |