RocketLoggingOptions Class

Summary

RocketLoggingOptions.
graph BT Type-->Base0["Object"] Type["RocketLoggingOptions"] class Type type-node

Syntax

public class RocketLoggingOptions

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
RocketLoggingOptions()

Properties

Name Value Summary
GetLogLevel Func<ILoggingConventionContext, Nullable<LogLevel>>
Determines how the loglevel is captured, defaults to the value that can be set into the configuration IApplicationState:LogLevel

Extension Methods