LevelRangeFilter LevelMax Property Apache log4net™ SDK Documentation
Sets the maximum matched Level

Namespace: log4net.Filter
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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