AppenderSkeleton IsAsSevereAsThreshold Method Apache log4net™ SDK Documentation
Checks if the message level is below this appender's threshold.

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

protected virtual bool IsAsSevereAsThreshold(
	Level level
)

Return Value

Type: OnlineBoolean
true if the level meets the Threshold requirements of this appender.
Remarks

If there is no threshold set, then the return value is always true.

See Also