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 |
TimeBasedRollingPolicy.rollover() |
void |
RollingPolicy.rollover()
Rolls over log files according to implementation policy.
|
void |
FixedWindowRollingPolicy.rollover() |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileStoreUtil.areOnSameFileStore(File a,
File b)
This method assumes that both files a and b exists.
|
void |
RenameUtil.rename(String src,
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(String src,
String target) |
Modifier and Type | Method and Description |
---|---|
void |
FileUtil.copy(String src,
String destination) |
Copyright © 2005–2015 QOS.ch. All rights reserved.