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) void
FixedWindowRollingPolicy.rollover()
void
RollingPolicy.rollover()
Rolls over log files according to implementation policy.void
TimeBasedRollingPolicy.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) Boolean
RenameUtil.areOnDifferentVolumes
(File srcFile, File targetFile) Attempts to determine whether both files are on different volumes.static boolean
FileStoreUtil.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) void
RenameUtil.createMissingTargetDirsIfNecessary
(File toFile) void
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