java.lang.Object
ch.qos.logback.core.spi.ContextAwareBase
ch.qos.logback.core.rolling.helper.RenameUtil
- All Implemented Interfaces:
ContextAware
Utility class to help solving problems encountered while renaming files.
- Author:
- Ceki Gulcu
-
Field Summary
Fields inherited from class ch.qos.logback.core.spi.ContextAwareBase
context
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.qos.logback.core.spi.ContextAwareBase
addError, addError, addInfo, addInfo, addStatus, addWarn, addWarn, getContext, getDeclaredOrigin, getStatusManager, setContext
-
Constructor Details
-
RenameUtil
public RenameUtil()
-
-
Method Details
-
rename
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.- Parameters:
src
-target
-- Throws:
RolloverFailure
-
renameByCopying
- Throws:
RolloverFailure
-
toString
-