log4net SDK Reference

LevelMatchFilter.LevelToMatch Property

The Level that the filter will match

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

Remarks

The 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

LevelMatchFilter Class | log4net.Filter Namespace