Package | Description |
---|---|
org.apache.logging.log4j.core.appender.rolling |
Rolling File Appender and support classes.
|
org.apache.logging.log4j.core.config |
Configuration of Log4j 2.
|
Modifier and Type | Field and Description |
---|---|
private CronScheduledFuture<?> |
CronTriggeringPolicy.future |
Modifier and Type | Field and Description |
---|---|
private CronScheduledFuture<?> |
ConfigurationScheduler.CronRunnable.scheduledFuture |
Modifier and Type | Method and Description |
---|---|
CronScheduledFuture<?> |
ConfigurationScheduler.scheduleWithCron(CronExpression cronExpression,
java.util.Date startDate,
java.lang.Runnable command)
Creates and executes an action that first based on a cron expression.
|
CronScheduledFuture<?> |
ConfigurationScheduler.scheduleWithCron(CronExpression cronExpression,
java.lang.Runnable command)
Creates and executes an action that first based on a cron expression.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationScheduler.CronRunnable.setScheduledFuture(CronScheduledFuture<?> future) |