Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

LevelMap.Item Property

Lookup a Level by name

[Visual�Basic]
Public�Default�ReadOnly�Property�Item( _
���ByVal name�As�String�_
)�As�Level
[C#]
public�Level�this[
���stringname
]�{get;}

Parameters

name
The name of the Level to lookup

Remarks

Returns the Level from the map with the name specified. If the no level is found then null is returned.

See Also

LevelMap Class | log4net.Core Namespace