java.lang.Object
ch.qos.logback.core.util.FixedIntervalInvocationGate
ch.qos.logback.core.util.SimpleInvocationGate
- All Implemented Interfaces:
InvocationGate
Deprecated.
Deprecated alias for
FixedIntervalInvocationGate.
Kept for binary and source compatibility. New code should use
FixedIntervalInvocationGate.
- Since:
- 1.3.6/1.4.6
- Author:
- Ceki Gülcü
- See Also:
-
Field Summary
Fields inherited from class ch.qos.logback.core.util.FixedIntervalInvocationGate
DEFAULT_INCREMENTFields inherited from interface ch.qos.logback.core.util.InvocationGate
TIME_UNAVAILABLE -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Creates a gate withFixedIntervalInvocationGate.DEFAULT_INCREMENT.SimpleInvocationGate(Duration anIncrement) Deprecated.Creates a gate that allows at most one successful passage peranIncrementperiod. -
Method Summary
Methods inherited from class ch.qos.logback.core.util.FixedIntervalInvocationGate
isTooSoon
-
Constructor Details
-
SimpleInvocationGate
public SimpleInvocationGate()Deprecated.Creates a gate withFixedIntervalInvocationGate.DEFAULT_INCREMENT. -
SimpleInvocationGate
Deprecated.Creates a gate that allows at most one successful passage peranIncrementperiod.- Parameters:
anIncrement- duration between allowed invocations; must not benull
-
FixedIntervalInvocationGateinstead.