Class ScriptAppenderSelector.Builder
java.lang.Object
org.apache.logging.log4j.core.appender.ScriptAppenderSelector.Builder
- Enclosing class:
- ScriptAppenderSelector
public static final class ScriptAppenderSelector.Builder
extends Object
implements Builder<Appender>
Builds an appender.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the object after all configuration has been set.getName()
withAppenderNodeSet
(AppenderSet appenderSet) withConfiguration
(Configuration configuration) withScript
(AbstractScript script) 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. -
getAppenderSet
-
getConfiguration
-
getName
-
getScript
-
withAppenderNodeSet
-
withConfiguration
-
withName
-
withScript
-