RocketLoggingOptions.

GetLogLevel Property

Summary

Determines how the loglevel is captured, defaults to the value that can be set into the configuration IApplicationState:LogLevel

Syntax

public Func<ILoggingConventionContext, Nullable<LogLevel>> GetLogLevel { get; set; }

Value

Type Description
Func<ILoggingConventionContext, Nullable<LogLevel>> The get log level.