log4net SDK Reference

LevelRangeFilter.LevelMax Property

Sets the maximum matched Level

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

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

LevelRangeFilter Class | log4net.Filter Namespace