TimeEvaluator Constructor Apache log4net™ SDK Documentation
Create a new evaluator using the DEFAULT_INTERVAL time threshold in seconds.

Namespace: log4net.Core
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

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