Returns a value indicating whether a specified Level
is greater than or equal to another specified Level.
Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- l
- Type: log4net.CoreLevel
A Level - r
- Type: log4net.CoreLevel
A Level
Return Value
Type: Booleantrue if l is greater than or equal to r; otherwise, false.
Remarks
Compares two levels.
See Also