LevelLessThan Operator Apache log4net™ SDK Documentation
Returns a value indicating whether a specified Level is less than another specified Level.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

public static bool operator <(
	Level l,
	Level r
)

Parameters

l
Type: log4net.CoreLevel
A Level
r
Type: log4net.CoreLevel
A Level

Return Value

Type: Boolean
true if l is less than r; otherwise, false.
Remarks

Compares two levels.

See Also

Reference