|
Log4j 1.3alpha-6 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RolloverFailure | |
org.apache.log4j.rolling | Implements various file rolling policies. |
org.apache.log4j.rolling.helper | Internal helper classes used by org.apache.log4j.rolling package. |
Uses of RolloverFailure in org.apache.log4j.rolling |
Methods in org.apache.log4j.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 org.apache.log4j.rolling.helper |
Methods in org.apache.log4j.rolling.helper that throw RolloverFailure | |
void |
Util.rename(java.lang.String from,
java.lang.String to)
A robust file renaming method which in case of failure falls back to renmaing by copying. |
void |
Util.renameByCopying(java.lang.String from,
java.lang.String to)
|
|
Log4j 1.3alpha-6 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |