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 RolloverFailure -
Uses of RolloverFailure in ch.qos.logback.core.rolling.helper
Methods in ch.qos.logback.core.rolling.helper that throw RolloverFailureModifier and TypeMethodDescriptionstatic 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) 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