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
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoggerConfig
build()
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, withIncludeLocation, withLevel, withLevelAndRefs, withLoggerName, withProperties, withRefs, withtFilter
-
-
-
-
Method Detail
-
build
public LoggerConfig 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.
-
-