TimeEvaluator Constructor (Int32)Apache log4net™ SDK Documentation
Create a new evaluator using the specified time threshold in seconds.

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

public TimeEvaluator(
	int interval
)

Parameters

interval
Type: SystemInt32
The time threshold in seconds to trigger after. Zero means it won't trigger at all.
Remarks

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

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

See Also

Reference