Class AppenderSet.Builder
java.lang.Object
org.apache.logging.log4j.core.appender.AppenderSet.Builder
- All Implemented Interfaces:
Builder<AppenderSet>
- Enclosing class:
- AppenderSet
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.getNode()
toString()
withConfiguration
(Configuration configuration)
-
Field Details
-
node
-
configuration
-
-
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<AppenderSet>
- Returns:
- the configured instance.
-
getNode
-
getConfiguration
-
withNode
-
withConfiguration
-
toString
-