Uses of Class
ch.qos.logback.core.rolling.RolloverFailure
Packages that use RolloverFailure
Package
Description
Implements various file rolling policies.
Internal helper classes used by
ch.qos.logback.core.rolling package.Contains various utility classes.
-
Uses of RolloverFailure in ch.qos.logback.core.rolling
Methods in ch.qos.logback.core.rolling that throw RolloverFailureModifier and TypeMethodDescription(package private) Future<?> TimeBasedRollingPolicy.renameRawAndAsyncCompress(String nameOfCompressedFile, String innerEntryName) voidFixedWindowRollingPolicy.rollover()voidRollingPolicy.rollover()Rolls over log files according to implementation policy.voidTimeBasedRollingPolicy.rollover() -
Uses of RolloverFailure in ch.qos.logback.core.rolling.helper
Methods in ch.qos.logback.core.rolling.helper that throw RolloverFailureModifier and TypeMethodDescription(package private) BooleanRenameUtil.areOnDifferentVolumes(File srcFile, File targetFile) Attempts to determine whether both files are on different volumes.static booleanFileStoreUtil.areOnSameFileStore(File a, File b) This method assumes that both files a and b exists.Future<?> Compressor.asyncCompress(String nameOfFile2Compress, String nameOfCompressedFile, String innerEntryName) (package private) voidRenameUtil.createMissingTargetDirsIfNecessary(File toFile) voidA 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.voidRenameUtil.renameByCopying(String src, String target) -
Uses of RolloverFailure in ch.qos.logback.core.util
Methods in ch.qos.logback.core.util that throw RolloverFailure