Class AsyncLoggerConfig.RootLogger.Builder<B extends AsyncLoggerConfig.RootLogger.Builder<B>>
- java.lang.Object
-
- org.apache.logging.log4j.core.config.LoggerConfig.RootLogger.Builder<B>
-
- org.apache.logging.log4j.core.async.AsyncLoggerConfig.RootLogger.Builder<B>
-
- All Implemented Interfaces:
Builder<LoggerConfig>
- Enclosing class:
- AsyncLoggerConfig.RootLogger
public static class AsyncLoggerConfig.RootLogger.Builder<B extends AsyncLoggerConfig.RootLogger.Builder<B>> extends LoggerConfig.RootLogger.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.RootLogger.Builder
asBuilder, getConfig, getFilter, getIncludeLocation, getLevel, getLevelAndRefs, getProperties, getRefs, isAdditivity, withAdditivity, withConfig, withIncludeLocation, withLevel, withLevelAndRefs, 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.RootLogger.Builder<B>>
- Overrides:
build
in classLoggerConfig.RootLogger.Builder<B extends AsyncLoggerConfig.RootLogger.Builder<B>>
- Returns:
- the configured instance.
-
-