LevelRangeFilter LevelMin Property Apache log4net™ SDK Documentation
Set the minimum matched Level

Namespace: log4net.Filter
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public Level LevelMin { get; set; }

Property Value

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