PostSharpAPI ReferencePost­Sharp.​Patterns.​Diagnostics.​Backends.​ConsoleLog­Level­Array<T>Item
Open sandboxFocus

LogLevelArray<T>.Item Property

Item[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.