|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RolloverFailure | |
|---|---|
| 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. |
| Uses of RolloverFailure in ch.qos.logback.core.rolling |
|---|
| Methods in ch.qos.logback.core.rolling that throw RolloverFailure | |
|---|---|
void |
TimeBasedRollingPolicy.rollover()
|
void |
RollingPolicy.rollover()
Rolls over log files according to implementation policy. |
void |
FixedWindowRollingPolicy.rollover()
|
| Uses of RolloverFailure in ch.qos.logback.core.rolling.helper |
|---|
| Methods in ch.qos.logback.core.rolling.helper that throw RolloverFailure | |
|---|---|
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)
|
| Uses of RolloverFailure in ch.qos.logback.core.util |
|---|
| Methods in ch.qos.logback.core.util that throw RolloverFailure | |
|---|---|
void |
FileUtil.copy(String src,
String destination)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||