Uses of Class
org.apache.log4j.config.PropertiesConfiguration
Packages that use PropertiesConfiguration
Package
Description
-
Uses of PropertiesConfiguration in org.apache.log4j.builders
Methods in org.apache.log4j.builders with parameters of type PropertiesConfigurationModifier and TypeMethodDescription<P extends Parser<T>,
T>
TBuilderManager.parse
(String className, String prefix, Properties props, PropertiesConfiguration config, T invalidValue) Parser.parse
(PropertiesConfiguration config) Parses a PropertiesConfigurationt.BuilderManager.parseAppender
(String name, String className, String prefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration config) -
Uses of PropertiesConfiguration in org.apache.log4j.builders.appender
Methods in org.apache.log4j.builders.appender with parameters of type PropertiesConfigurationModifier and TypeMethodDescriptionAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) AsyncAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) ConsoleAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) DailyRollingFileAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) EnhancedRollingFileAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) FileAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) NullAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) RewriteAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) RollingFileAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) SocketAppenderBuilder.parseAppender
(String name, String appenderPrefix, String layoutPrefix, String filterPrefix, Properties props, PropertiesConfiguration configuration) SyslogAppenderBuilder.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 PropertiesConfigurationModifier and TypeMethodDescriptionDenyAllFilterBuilder.parse
(PropertiesConfiguration config) LevelMatchFilterBuilder.parse
(PropertiesConfiguration config) LevelRangeFilterBuilder.parse
(PropertiesConfiguration config) StringMatchFilterBuilder.parse
(PropertiesConfiguration config) -
Uses of PropertiesConfiguration in org.apache.log4j.builders.layout
Methods in org.apache.log4j.builders.layout with parameters of type PropertiesConfigurationModifier and TypeMethodDescriptionHtmlLayoutBuilder.parse
(PropertiesConfiguration config) PatternLayoutBuilder.parse
(PropertiesConfiguration config) SimpleLayoutBuilder.parse
(PropertiesConfiguration config) TTCCLayoutBuilder.parse
(PropertiesConfiguration config) -
Uses of PropertiesConfiguration in org.apache.log4j.builders.rolling
Methods in org.apache.log4j.builders.rolling with parameters of type PropertiesConfigurationModifier and TypeMethodDescriptionCompositeTriggeringPolicyBuilder.parse
(PropertiesConfiguration configuration) SizeBasedTriggeringPolicyBuilder.parse
(PropertiesConfiguration configuration) TimeBasedRollingPolicyBuilder.parse
(PropertiesConfiguration configuration)