LevelRangeFilterLevelMax Property Apache log4net™ SDK Documentation
Sets the maximum matched Level

Namespace: log4net.Filter
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public Level LevelMax { get; set; }

Property Value

Type: Level
Remarks

The maximum level that this filter will attempt to match against the LoggingEvent level. If a match is found then the result depends on the value of AcceptOnMatch.

See Also

Reference