log4net SDK Reference

LevelRangeFilter.LevelMin Property

Set the minimum matched Level

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

Remarks

The minimum 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