log4net SDK Reference

LevelMappingEntry.Level Property

The level that is the key for this mapping

[Visual Basic]
Public Property Level As Level
[C#]
public log4net.Core.Level Level {get; set;}

Property Value

The Level that is the key for this mapping

Remarks

Get or set the Level that is the key for this mapping subclass.

See Also

LevelMappingEntry Class | log4net.Util Namespace