|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy
@Plugin(name="TimeBasedTriggeringPolicy", category="Core", printObject=true) public final class TimeBasedTriggeringPolicy
Triggering Policy that causes a rollover based on time.
Method Summary | |
---|---|
static TimeBasedTriggeringPolicy |
createPolicy(String interval,
String modulate)
Create a TimeBasedTriggeringPolicy. |
void |
initialize(RollingFileManager manager)
Initialize the policy. |
boolean |
isTriggeringEvent(LogEvent event)
Determine whether a rollover should occur. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void initialize(RollingFileManager manager)
initialize
in interface TriggeringPolicy
manager
- The RollingFileManager.public boolean isTriggeringEvent(LogEvent event)
isTriggeringEvent
in interface TriggeringPolicy
event
- A reference to the currently event.
public String toString()
toString
in class Object
@PluginFactory public static TimeBasedTriggeringPolicy createPolicy(@PluginAttribute(value="interval") String interval, @PluginAttribute(value="modulate") String modulate)
interval
- The interval between rollovers.modulate
- If true the time will be rounded to occur on a boundary aligned with the increment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1999-2015 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.