Uses of Interface
org.apache.log4j.builders.Builder
-
-
Uses of Builder in org.apache.log4j.builders
Subinterfaces of Builder in org.apache.log4j.builders Modifier and Type Interface Description interface
Parser<T>
Parses DOM and properties.Classes in org.apache.log4j.builders that implement Builder Modifier and Type Class Description class
AbstractBuilder<T>
Base class for Log4j 1 component builders.Methods in org.apache.log4j.builders with type parameters of type Builder Modifier and Type Method Description private <T extends Builder<U>,U>
TBuilderManager. createBuilder(PluginType<T> plugin, java.lang.String prefix, java.util.Properties props)
private <T extends Builder<U>,U>
UBuilderManager. newInstance(PluginType<T> plugin, java.util.function.Function<T,U> consumer, U invalidValue)
-
Uses of Builder in org.apache.log4j.builders.appender
Subinterfaces of Builder in org.apache.log4j.builders.appender Modifier and Type Interface Description interface
AppenderBuilder<T extends Appender>
Define an Appender Builder.Classes in org.apache.log4j.builders.appender that implement Builder Modifier and Type Class Description class
AsyncAppenderBuilder
Build an Asynch Appenderclass
ConsoleAppenderBuilder
Build a Console Appenderclass
DailyRollingFileAppenderBuilder
Build a Daily Rolling File Appenderclass
EnhancedRollingFileAppenderBuilder
Build a File Appenderclass
FileAppenderBuilder
Build a File Appenderclass
NullAppenderBuilder
Build a Null Appenderclass
RewriteAppenderBuilder
Build an Asynch Appenderclass
RollingFileAppenderBuilder
Build a File Appenderclass
SocketAppenderBuilder
Build a Console Appenderclass
SyslogAppenderBuilder
Build a File Appender -
Uses of Builder in org.apache.log4j.builders.filter
Subinterfaces of Builder in org.apache.log4j.builders.filter Modifier and Type Interface Description interface
FilterBuilder
Define a Filter Builder.Classes in org.apache.log4j.builders.filter that implement Builder Modifier and Type Class Description class
DenyAllFilterBuilder
Build a Pattern Layoutclass
LevelMatchFilterBuilder
Build a Level match failter.class
LevelRangeFilterBuilder
Build a Level range filter.class
StringMatchFilterBuilder
Build a String match filter. -
Uses of Builder in org.apache.log4j.builders.layout
Subinterfaces of Builder in org.apache.log4j.builders.layout Modifier and Type Interface Description interface
LayoutBuilder
Define a Layout Builder.Classes in org.apache.log4j.builders.layout that implement Builder Modifier and Type Class Description class
HtmlLayoutBuilder
Build a Pattern Layoutclass
PatternLayoutBuilder
Build a Pattern Layoutclass
SimpleLayoutBuilder
Build a Pattern Layoutclass
TTCCLayoutBuilder
Build a Pattern Layout -
Uses of Builder in org.apache.log4j.builders.rewrite
Subinterfaces of Builder in org.apache.log4j.builders.rewrite Modifier and Type Interface Description interface
RewritePolicyBuilder
Define a RewritePolicy Builder. -
Uses of Builder in org.apache.log4j.builders.rolling
Subinterfaces of Builder in org.apache.log4j.builders.rolling Modifier and Type Interface Description interface
TriggeringPolicyBuilder
Classes in org.apache.log4j.builders.rolling that implement Builder Modifier and Type Class Description class
CompositeTriggeringPolicyBuilder
class
SizeBasedTriggeringPolicyBuilder
class
TimeBasedRollingPolicyBuilder
-