Class FileAppender.Builder<B extends FileAppender.Builder<B>>
java.lang.Object
org.apache.logging.log4j.core.filter.AbstractFilterable.Builder<B>
org.apache.logging.log4j.core.appender.AbstractAppender.Builder<B>
org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder<B>
org.apache.logging.log4j.core.appender.FileAppender.Builder<B>
- Type Parameters:
B
- The type to build
- All Implemented Interfaces:
Builder<FileAppender>
- Enclosing class:
- FileAppender
public static class FileAppender.Builder<B extends FileAppender.Builder<B>>
extends AbstractOutputStreamAppender.Builder<B>
implements Builder<FileAppender>
Builds FileAppender instances.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.boolean
boolean
isAppend()
boolean
boolean
withAdvertise
(boolean advertise) withAdvertiseUri
(String advertiseUri) withAppend
(boolean append) withCreateOnDemand
(boolean createOnDemand) withFileGroup
(String fileGroup) withFileName
(String fileName) withFileOwner
(String fileOwner) withFilePermissions
(String filePermissions) withLocking
(boolean locking) Methods inherited from class org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.Builder
getBufferSize, isBufferedIo, isImmediateFlush, setBufferedIo, setBufferSize, setImmediateFlush, withBufferedIo, withBufferSize, withImmediateFlush
Methods inherited from class org.apache.logging.log4j.core.appender.AbstractAppender.Builder
getConfiguration, getLayout, getName, getOrCreateLayout, getOrCreateLayout, isIgnoreExceptions, setConfiguration, setIgnoreExceptions, setLayout, setName, withConfiguration, withIgnoreExceptions, withLayout, withName
Methods inherited from class org.apache.logging.log4j.core.filter.AbstractFilterable.Builder
asBuilder, getFilter, getPropertyArray, setFilter, setPropertyArray, withFilter
-
Field Details
-
fileName
-
append
-
locking
-
advertise
-
advertiseUri
-
createOnDemand
-
filePermissions
-
fileOwner
-
fileGroup
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Description copied from interface:Builder
Builds the object after all configuration has been set. This will use default values for any unspecified attributes for the object.- Specified by:
build
in interfaceBuilder<B extends FileAppender.Builder<B>>
- Returns:
- the configured instance.
-
getAdvertiseUri
-
getFileName
-
isAdvertise
public boolean isAdvertise() -
isAppend
public boolean isAppend() -
isCreateOnDemand
public boolean isCreateOnDemand() -
isLocking
public boolean isLocking() -
getFilePermissions
-
getFileOwner
-
getFileGroup
-
withAdvertise
-
withAdvertiseUri
-
withAppend
-
withFileName
-
withCreateOnDemand
-
withLocking
-
withFilePermissions
-
withFileOwner
-
withFileGroup
-