Class AsyncLoggerConfig.Builder<B extends AsyncLoggerConfig.Builder<B>>
java.lang.Object
org.apache.logging.log4j.core.config.LoggerConfig.Builder<B>
org.apache.logging.log4j.core.async.AsyncLoggerConfig.Builder<B>
- All Implemented Interfaces:
Builder<LoggerConfig>
- Enclosing class:
- AsyncLoggerConfig
public static class AsyncLoggerConfig.Builder<B extends AsyncLoggerConfig.Builder<B>>
extends LoggerConfig.Builder<B>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.Methods inherited from class org.apache.logging.log4j.core.config.LoggerConfig.Builder
asBuilder, getConfig, getFilter, getIncludeLocation, getLevel, getLevelAndRefs, getLoggerName, getProperties, getRefs, isAdditivity, withAdditivity, withConfig, withFilter, withIncludeLocation, withLevel, withLevelAndRefs, withLoggerName, withProperties, withRefs, withtFilter
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.logging.log4j.core.util.Builder
getErrorPrefix, isValid
-
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 AsyncLoggerConfig.Builder<B>>
- Overrides:
build
in classLoggerConfig.Builder<B extends AsyncLoggerConfig.Builder<B>>
- Returns:
- the configured instance.
-