|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StrSubstitutor | |
---|---|
org.apache.logging.log4j.core.appender.rolling | Rolling File Appender and support classes. |
org.apache.logging.log4j.core.async | Provides Asynchronous Logger classes and interfaces for low-latency logging. |
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 |
---|
Methods in org.apache.logging.log4j.core.appender.rolling with parameters of type StrSubstitutor | |
---|---|
void |
PatternProcessor.formatFileName(StrSubstitutor subst,
StringBuilder buf,
Object obj)
Format file name. |
Constructors in org.apache.logging.log4j.core.appender.rolling with parameters of type StrSubstitutor | |
---|---|
DefaultRolloverStrategy(int minIndex,
int maxIndex,
boolean useMax,
int compressionLevel,
StrSubstitutor subst)
Constructs a new instance. |
Uses of StrSubstitutor in org.apache.logging.log4j.core.async |
---|
Methods in org.apache.logging.log4j.core.async with parameters of type StrSubstitutor | |
---|---|
void |
RingBufferLogEvent.mergePropertiesIntoContextMap(Map<Property,Boolean> properties,
StrSubstitutor strSubstitutor)
Merges the contents of the specified map into the contextMap, after replacing any variables in the property values with the StrSubstitutor-supplied actual values. |
Uses of StrSubstitutor in org.apache.logging.log4j.core.config |
---|
Fields in org.apache.logging.log4j.core.config declared as StrSubstitutor | |
---|---|
protected StrSubstitutor |
ConfigurationFactory.substitutor
|
Methods in org.apache.logging.log4j.core.config that return StrSubstitutor | |
---|---|
StrSubstitutor |
Configuration.getStrSubstitutor()
|
StrSubstitutor |
AbstractConfiguration.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 | |
---|---|
protected StrSubstitutor |
AbstractPluginVisitor.substitutor
|
Methods in org.apache.logging.log4j.core.config.plugins.visitors with parameters of type StrSubstitutor | |
---|---|
PluginVisitor<A> |
PluginVisitor.setStrSubstitutor(StrSubstitutor substitutor)
Sets the StrSubstitutor to use for converting raw strings before type conversion. |
PluginVisitor<A> |
AbstractPluginVisitor.setStrSubstitutor(StrSubstitutor substitutor)
|
Uses of StrSubstitutor in org.apache.logging.log4j.core.lookup |
---|
Methods in org.apache.logging.log4j.core.lookup that return StrSubstitutor | |
---|---|
StrSubstitutor |
StrSubstitutor.setValueDelimiter(char valueDelimiter)
Sets the variable default value delimiter to use. |
StrSubstitutor |
StrSubstitutor.setValueDelimiter(String valueDelimiter)
Sets the variable default value delimiter to use. |
StrSubstitutor |
StrSubstitutor.setValueDelimiterMatcher(StrMatcher valueDelimiterMatcher)
Sets the variable default value delimiter matcher to use. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2014 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.