|
||||||||||
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. |
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 | |
---|---|
void |
RenameUtil.rename(String from,
String to)
A robust file renaming method which in case of failure falls back to renaming by copying. |
void |
RenameUtil.renameByCopying(String from,
String to)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |