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 interfaceFilterBuilderDefine a Filter Builder.Classes in org.apache.log4j.builders.filter that implement Parser Modifier and Type Class Description classDenyAllFilterBuilderBuild a Pattern LayoutclassLevelMatchFilterBuilderBuild a Level match failter.classLevelRangeFilterBuilderBuild a Level range filter.classStringMatchFilterBuilderBuild 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 interfaceLayoutBuilderDefine a Layout Builder.Classes in org.apache.log4j.builders.layout that implement Parser Modifier and Type Class Description classHtmlLayoutBuilderBuild a Pattern LayoutclassPatternLayoutBuilderBuild a Pattern LayoutclassSimpleLayoutBuilderBuild a Pattern LayoutclassTTCCLayoutBuilderBuild a Pattern LayoutclassXmlLayoutBuilderBuild an XML Layout -
Uses of Parser in org.apache.log4j.builders.rewrite
Subinterfaces of Parser in org.apache.log4j.builders.rewrite Modifier and Type Interface Description interfaceRewritePolicyBuilderDefine 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 interfaceTriggeringPolicyBuilderClasses in org.apache.log4j.builders.rolling that implement Parser Modifier and Type Class Description classCompositeTriggeringPolicyBuilderclassSizeBasedTriggeringPolicyBuilderclassTimeBasedRollingPolicyBuilder
-