Property thisthis[LogLevel]Gets or sets the value corresponding to a given LogLevel. Declaration Full screenpublic T this[LogLevel level] { get; set; } Parameters Type Name Description LogLevel level A LogLevel. Property Value Type Description T The value mapped to level.