Checks if the message level is below this appender's threshold.
Namespace: log4net.AppenderAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- level
- Type: log4net.Core Level
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