Uses of Class
ch.qos.logback.core.rolling.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
-
Uses of RolloverFailure in ch.qos.logback.core.rolling.helper
Modifier and TypeMethodDescriptionstatic 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) 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