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

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