Open sandboxFocus

Property this

this[LogLevel]

Gets or sets the value corresponding to a given LogLevel.

Declaration
public T this[LogLevel level] { get; set; }
Parameters
Type Name Description
LogLevel level

A LogLevel.

Property Value
Type Description
T

The value mapped to level.