Package com.marginallyclever.donatello
Class RollOncePerSessionTriggeringPolicy<E>
java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.TriggeringPolicyBase<E>
com.marginallyclever.donatello.RollOncePerSessionTriggeringPolicy<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
ch.qos.logback.core.rolling.TriggeringPolicy<E>
,ch.qos.logback.core.spi.ContextAware
,ch.qos.logback.core.spi.LifeCycle
public class RollOncePerSessionTriggeringPolicy<E>
extends ch.qos.logback.core.rolling.TriggeringPolicyBase<E>
Logback policy referenced in logback.xml in order to get a new file at each start of the application
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.qos.logback.core.rolling.TriggeringPolicyBase
isStarted, start, stop
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
getLengthCounter
-
Constructor Details
-
RollOncePerSessionTriggeringPolicy
public RollOncePerSessionTriggeringPolicy()
-
-
Method Details
-
isTriggeringEvent
-