Checks if the message level is below this appender's threshold.
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- level
- Type: log4net.CoreLevel
Level to test against.
Return Value
Type: Booleantrue 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