LevelMap Item Property Apache log4net™ SDK Documentation
Lookup a Level by name

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public Level this[
	string name
] { get; }

Return Value

Type: Level
a Level from the map with the name specified
Remarks

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

See Also