Package | Description |
---|---|
ch.qos.logback.core.rolling |
Implements various file rolling policies.
|
ch.qos.logback.core.rolling.helper |
Internal helper classes used by
ch.qos.logback.core.rolling package. |
Modifier and Type | Method and Description |
---|---|
void |
FixedWindowRollingPolicy.rollover() |
void |
RollingPolicy.rollover()
Rolls over log files according to implementation policy.
|
void |
TimeBasedRollingPolicy.rollover() |
Modifier and Type | Method and Description |
---|---|
void |
RenameUtil.rename(java.lang.String from,
java.lang.String to)
A robust file renaming method which in case of failure falls back to
renaming by copying.
|
void |
RenameUtil.renameByCopying(java.lang.String from,
java.lang.String to) |