log4net SDK Reference

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[
   string name
] {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