Uses of Class
org.apache.log4j.config.PropertiesConfiguration
-
-
Uses of PropertiesConfiguration in org.apache.log4j.builders
Methods in org.apache.log4j.builders with parameters of type PropertiesConfiguration Modifier and Type Method Description AppenderBuilderManager. parseAppender(String name, String className, String prefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration config)FilterBuilderManager. parseFilter(String className, String filterPrefix, Properties props, PropertiesConfiguration config)LayoutBuilderManager. parseLayout(String className, String layoutPrefix, Properties props, PropertiesConfiguration config)RewritePolicyBuilderManager. parseRewritePolicy(String className, String policyPrefix, Properties props, PropertiesConfiguration config) -
Uses of PropertiesConfiguration in org.apache.log4j.builders.appender
Methods in org.apache.log4j.builders.appender with parameters of type PropertiesConfiguration Modifier and Type Method Description AppenderAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderAsyncAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderConsoleAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderDailyRollingFileAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderFileAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderNullAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderRewriteAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderRollingFileAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration)AppenderSyslogAppenderBuilder. parseAppender(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) -
Uses of PropertiesConfiguration in org.apache.log4j.builders.filter
Methods in org.apache.log4j.builders.filter with parameters of type PropertiesConfiguration Modifier and Type Method Description FilterDenyAllFilterBuilder. parseFilter(PropertiesConfiguration config)FilterFilterBuilder. parseFilter(PropertiesConfiguration config)FilterLevelMatchFilterBuilder. parseFilter(PropertiesConfiguration config)FilterLevelRangeFilterBuilder. parseFilter(PropertiesConfiguration config)FilterStringMatchFilterBuilder. parseFilter(PropertiesConfiguration config) -
Uses of PropertiesConfiguration in org.apache.log4j.builders.layout
Methods in org.apache.log4j.builders.layout with parameters of type PropertiesConfiguration Modifier and Type Method Description LayoutHtmlLayoutBuilder. parseLayout(PropertiesConfiguration config)LayoutLayoutBuilder. parseLayout(PropertiesConfiguration config)LayoutPatternLayoutBuilder. parseLayout(PropertiesConfiguration config)LayoutSimpleLayoutBuilder. parseLayout(PropertiesConfiguration config)LayoutTTCCLayoutBuilder. parseLayout(PropertiesConfiguration config) -
Uses of PropertiesConfiguration in org.apache.log4j.builders.rewrite
Methods in org.apache.log4j.builders.rewrite with parameters of type PropertiesConfiguration Modifier and Type Method Description RewritePolicyRewritePolicyBuilder. parseRewritePolicy(PropertiesConfiguration config)
-