Uses of Interface
org.apache.log4j.builders.Parser
-
Packages that use Parser Package Description org.apache.log4j.builders org.apache.log4j.builders.filter org.apache.log4j.builders.layout org.apache.log4j.builders.rewrite org.apache.log4j.builders.rolling -
-
Uses of Parser in org.apache.log4j.builders
Methods in org.apache.log4j.builders with type parameters of type Parser Modifier and Type Method Description <P extends Parser<T>,T>
TBuilderManager. parse(java.lang.String className, java.lang.String prefix, java.util.Properties props, PropertiesConfiguration config, T invalidValue)
-
Uses of Parser in org.apache.log4j.builders.filter
Subinterfaces of Parser 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 Parser 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 Parser in org.apache.log4j.builders.layout
Subinterfaces of Parser 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 Parser 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 Parser in org.apache.log4j.builders.rewrite
Subinterfaces of Parser in org.apache.log4j.builders.rewrite Modifier and Type Interface Description interface
RewritePolicyBuilder
Define a RewritePolicy Builder. -
Uses of Parser in org.apache.log4j.builders.rolling
Subinterfaces of Parser in org.apache.log4j.builders.rolling Modifier and Type Interface Description interface
TriggeringPolicyBuilder
Classes in org.apache.log4j.builders.rolling that implement Parser Modifier and Type Class Description class
CompositeTriggeringPolicyBuilder
class
SizeBasedTriggeringPolicyBuilder
class
TimeBasedRollingPolicyBuilder
-