Package ch.qos.logback.core.rolling
Class TriggeringPolicyBase<E>
- java.lang.Object
-
- ch.qos.logback.core.spi.ContextAwareBase
-
- ch.qos.logback.core.rolling.TriggeringPolicyBase<E>
-
- All Implemented Interfaces:
TriggeringPolicy<E>
,ContextAware
,LifeCycle
- Direct Known Subclasses:
SizeBasedTriggeringPolicy
@Deprecated(since="2022-01-27") public abstract class TriggeringPolicyBase<E> extends ContextAwareBase implements TriggeringPolicy<E>
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.SizeBasedTriggeringPolicy looks at size of the file being currently written to.
-
-
Constructor Summary
Constructors Constructor Description TriggeringPolicyBase()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isStarted()
Deprecated.void
start()
Deprecated.void
stop()
Deprecated.-
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getStatusManager, setContext
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.qos.logback.core.rolling.TriggeringPolicy
isTriggeringEvent
-
-