LevelMappingEntry Level Property Apache log4net™ SDK Documentation
The level that is the key for this mapping

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

public Level Level { get; set; }

Property Value

Type: Level
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