Uses of Class
org.apache.logging.log4j.core.lookup.StrSubstitutor
-
Packages that use StrSubstitutor Package Description org.apache.logging.log4j.core.appender.rolling Rolling File Appender and support classes.org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.plugins.visitors Visitor classes for extracting values from a Configuration or Node corresponding to a plugin annotation.org.apache.logging.log4j.core.lookup Log4j 2 Lookups. -
-
Uses of StrSubstitutor in org.apache.logging.log4j.core.appender.rolling
Fields in org.apache.logging.log4j.core.appender.rolling declared as StrSubstitutor Modifier and Type Field Description protected StrSubstitutorAbstractRolloverStrategy. strSubstitutorMethods in org.apache.logging.log4j.core.appender.rolling that return StrSubstitutor Modifier and Type Method Description StrSubstitutorAbstractRolloverStrategy. getStrSubstitutor()Methods in org.apache.logging.log4j.core.appender.rolling with parameters of type StrSubstitutor Modifier and Type Method Description voidPatternProcessor. formatFileName(StrSubstitutor subst, java.lang.StringBuilder buf, boolean useCurrentTime, java.lang.Object obj)Formats file name.voidPatternProcessor. formatFileName(StrSubstitutor subst, java.lang.StringBuilder buf, java.lang.Object obj)Formats file name.Constructors in org.apache.logging.log4j.core.appender.rolling with parameters of type StrSubstitutor Constructor Description AbstractRolloverStrategy(StrSubstitutor strSubstitutor)DefaultRolloverStrategy(int minIndex, int maxIndex, boolean useMax, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError)Deprecated.Since 2.9 Added tempCompressedFilePatternString parameterDefaultRolloverStrategy(int minIndex, int maxIndex, boolean useMax, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError, java.lang.String tempCompressedFilePatternString)Constructs a new instance.DirectWriteRolloverStrategy(int maxFiles, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError)Deprecated.Since 2.9 Added tempCompressedFilePatternString parameterDirectWriteRolloverStrategy(int maxFiles, int compressionLevel, StrSubstitutor strSubstitutor, Action[] customActions, boolean stopCustomActionsOnError, java.lang.String tempCompressedFilePatternString)Constructs a new instance. -
Uses of StrSubstitutor in org.apache.logging.log4j.core.appender.rolling.action
Methods in org.apache.logging.log4j.core.appender.rolling.action that return StrSubstitutor Modifier and Type Method Description StrSubstitutorAbstractPathAction. getStrSubstitutor()Methods in org.apache.logging.log4j.core.appender.rolling.action with parameters of type StrSubstitutor Modifier and Type Method Description PosixViewAttributeAction.BuilderPosixViewAttributeAction.Builder. withSubst(StrSubstitutor subst)Define string substituter.Constructors in org.apache.logging.log4j.core.appender.rolling.action with parameters of type StrSubstitutor Constructor Description AbstractPathAction(java.lang.String basePath, boolean followSymbolicLinks, int maxDepth, PathCondition[] pathFilters, StrSubstitutor subst)Creates a new AbstractPathAction that starts scanning for files to process from the specified base path. -
Uses of StrSubstitutor in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config declared as StrSubstitutor Modifier and Type Field Description protected StrSubstitutorConfigurationFactory. substitutorMethods in org.apache.logging.log4j.core.config that return StrSubstitutor Modifier and Type Method Description StrSubstitutorAbstractConfiguration. getStrSubstitutor()StrSubstitutorConfiguration. getStrSubstitutor() -
Uses of StrSubstitutor in org.apache.logging.log4j.core.config.plugins.visitors
Fields in org.apache.logging.log4j.core.config.plugins.visitors declared as StrSubstitutor Modifier and Type Field Description protected StrSubstitutorAbstractPluginVisitor. substitutorMethods in org.apache.logging.log4j.core.config.plugins.visitors with parameters of type StrSubstitutor Modifier and Type Method Description PluginVisitor<A>AbstractPluginVisitor. setStrSubstitutor(StrSubstitutor aSubstitutor)PluginVisitor<A>PluginVisitor. setStrSubstitutor(StrSubstitutor substitutor)Sets the StrSubstitutor to use for converting raw strings before type conversion. -
Uses of StrSubstitutor in org.apache.logging.log4j.core.lookup
Methods in org.apache.logging.log4j.core.lookup that return StrSubstitutor Modifier and Type Method Description StrSubstitutorStrSubstitutor. setValueDelimiter(char valueDelimiter)Sets the variable default value delimiter to use.StrSubstitutorStrSubstitutor. setValueDelimiter(java.lang.String valueDelimiter)Sets the variable default value delimiter to use.StrSubstitutorStrSubstitutor. setValueDelimiterMatcher(StrMatcher valueDelimiterMatcher)Sets the variable default value delimiter matcher to use.StrSubstitutorStrSubstitutor. setVariablePrefix(char prefix)Sets the variable prefix to use.StrSubstitutorStrSubstitutor. setVariablePrefix(java.lang.String prefix)Sets the variable prefix to use.StrSubstitutorStrSubstitutor. setVariablePrefixMatcher(StrMatcher prefixMatcher)Sets the variable prefix matcher currently in use.StrSubstitutorStrSubstitutor. setVariableSuffix(char suffix)Sets the variable suffix to use.StrSubstitutorStrSubstitutor. setVariableSuffix(java.lang.String suffix)Sets the variable suffix to use.StrSubstitutorStrSubstitutor. setVariableSuffixMatcher(StrMatcher suffixMatcher)Sets the variable suffix matcher currently in use.
-