Uses of Class
org.apache.logging.log4j.core.appender.rolling.DirectWriteRolloverStrategy.Builder
Packages that use DirectWriteRolloverStrategy.Builder
Package
Description
Rolling File Appender and support classes.
-
Uses of DirectWriteRolloverStrategy.Builder in org.apache.logging.log4j.core.appender.rolling
Methods in org.apache.logging.log4j.core.appender.rolling that return DirectWriteRolloverStrategy.BuilderModifier and TypeMethodDescriptionDirectWriteRolloverStrategy.newBuilder()DirectWriteRolloverStrategy.Builder.withCompressionLevelStr(String compressionLevelStr) Defines compression level.DirectWriteRolloverStrategy.Builder.withConfig(Configuration config) Defines configuration.DirectWriteRolloverStrategy.Builder.withCustomActions(Action[] customActions) Defines custom actions.DirectWriteRolloverStrategy.Builder.withMaxFiles(String maxFiles) Defines the maximum number of files to keep.DirectWriteRolloverStrategy.Builder.withStopCustomActionsOnError(boolean stopCustomActionsOnError) Defines whether to stop executing asynchronous actions if an error occurs.DirectWriteRolloverStrategy.Builder.withTempCompressedFilePattern(String tempCompressedFilePattern) Defines temporary compression file pattern.