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. |
ch.qos.logback.core.util |
Contains various utility classes.
|
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 |
---|---|
static boolean |
FileStoreUtil.areOnSameFileStore(java.io.File a,
java.io.File b)
This method assumes that both files a and b exists.
|
void |
RenameUtil.rename(java.lang.String src,
java.lang.String target)
A relatively robust file renaming method which in case of failure due to
src and target being on different volumes, falls back onto
renaming by copying.
|
void |
RenameUtil.renameByCopying(java.lang.String src,
java.lang.String target) |
Modifier and Type | Method and Description |
---|---|
void |
FileUtil.copy(java.lang.String src,
java.lang.String destination) |