Uses of Class
org.apache.logging.log4j.core.lookup.StrSubstitutor

Packages that use StrSubstitutor
org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes. 
org.apache.logging.log4j.core.config Configuration of Log4j 2.0. 
org.apache.logging.log4j.core.lookup Log4j 2.0 Lookups. 
 

Uses of StrSubstitutor in org.apache.logging.log4j.core.appender.rolling
 

Constructors in org.apache.logging.log4j.core.appender.rolling with parameters of type StrSubstitutor
DefaultRolloverStrategy(int min, int max, StrSubstitutor subst)
          Constructs a new instance.
 

Uses of StrSubstitutor in org.apache.logging.log4j.core.config
 

Methods in org.apache.logging.log4j.core.config that return StrSubstitutor
 StrSubstitutor Configuration.getSubst()
           
 StrSubstitutor BaseConfiguration.getSubst()
           
 

Uses of StrSubstitutor in org.apache.logging.log4j.core.lookup
 

Methods in org.apache.logging.log4j.core.lookup that return StrSubstitutor
 StrSubstitutor StrSubstitutor.setVariablePrefix(char prefix)
          Sets the variable prefix to use.
 StrSubstitutor StrSubstitutor.setVariablePrefix(String prefix)
          Sets the variable prefix to use.
 StrSubstitutor StrSubstitutor.setVariablePrefixMatcher(StrMatcher prefixMatcher)
          Sets the variable prefix matcher currently in use.
 StrSubstitutor StrSubstitutor.setVariableSuffix(char suffix)
          Sets the variable suffix to use.
 StrSubstitutor StrSubstitutor.setVariableSuffix(String suffix)
          Sets the variable suffix to use.
 StrSubstitutor StrSubstitutor.setVariableSuffixMatcher(StrMatcher suffixMatcher)
          Sets the variable suffix matcher currently in use.
 



Copyright © 1999-2012 Apache Software Foundation. All Rights Reserved.