LevelMatchFilterLevelToMatch Property Apache log4net™ SDK Documentation
The Level that the filter will match

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

public Level LevelToMatch { get; set; }

Property Value

Type: Level
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

Reference