log4net SDK Documentation - Microsoft .NET Framework 4.0

TimeEvaluator Constructor ()

Create a new evaluator using the DEFAULT_INTERVAL time threshold in seconds.

[Visual Basic]
Overloads Public Sub New()
[C#]
public TimeEvaluator();

Remarks

Create a new evaluator using the DEFAULT_INTERVAL time threshold in seconds.

This evaluator will trigger if the specified time period Interval has passed since last check.

See Also

TimeEvaluator Class | log4net.Core Namespace | TimeEvaluator Constructor Overload List