Class DefaultArbiter.Builder
java.lang.Object
org.apache.logging.log4j.core.config.arbiters.DefaultArbiter.Builder
- All Implemented Interfaces:
Builder<DefaultArbiter>
- Enclosing class:
- DefaultArbiter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
asBuilder
-
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<DefaultArbiter>
- Returns:
- the configured instance.
-