Package | Description |
---|---|
org.apache.log4j.config |
Log4j 1.x compatibility layer.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private StrSubstitutor |
Log4j1ConfigurationParser.strSubstitutorProperties |
private StrSubstitutor |
Log4j1ConfigurationParser.strSubstitutorSystem |
Modifier and Type | Field and Description |
---|---|
protected StrSubstitutor |
AbstractRolloverStrategy.strSubstitutor |
Modifier and Type | Method and Description |
---|---|
StrSubstitutor |
AbstractRolloverStrategy.getStrSubstitutor() |
Modifier and Type | Method and Description |
---|---|
void |
PatternProcessor.formatFileName(StrSubstitutor subst,
java.lang.StringBuilder buf,
boolean useCurrentTime,
java.lang.Object obj)
Formats file name.
|
void |
PatternProcessor.formatFileName(StrSubstitutor subst,
java.lang.StringBuilder buf,
java.lang.Object obj)
Formats file name.
|
Constructor and 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 parameter
|
DefaultRolloverStrategy(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 parameter
|
DirectWriteRolloverStrategy(int maxFiles,
int compressionLevel,
StrSubstitutor strSubstitutor,
Action[] customActions,
boolean stopCustomActionsOnError,
java.lang.String tempCompressedFilePatternString)
Constructs a new instance.
|
Modifier and Type | Field and Description |
---|---|
private StrSubstitutor |
PosixViewAttributeAction.Builder.subst |
private StrSubstitutor |
AbstractPathAction.subst |
Modifier and Type | Method and Description |
---|---|
StrSubstitutor |
AbstractPathAction.getStrSubstitutor() |
Modifier and Type | Method and Description |
---|---|
PosixViewAttributeAction.Builder |
PosixViewAttributeAction.Builder.withSubst(StrSubstitutor subst)
Define string substituter.
|
Constructor and 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.
|
DeleteAction(java.lang.String basePath,
boolean followSymbolicLinks,
int maxDepth,
boolean testMode,
PathSorter sorter,
PathCondition[] pathConditions,
ScriptCondition scriptCondition,
StrSubstitutor subst)
Creates a new DeleteAction that starts scanning for files to delete from the specified base path.
|
PosixViewAttributeAction(java.lang.String basePath,
boolean followSymbolicLinks,
int maxDepth,
PathCondition[] pathConditions,
StrSubstitutor subst,
java.util.Set<java.nio.file.attribute.PosixFilePermission> filePermissions,
java.lang.String fileOwner,
java.lang.String fileGroup) |
Modifier and Type | Field and Description |
---|---|
private StrSubstitutor |
AbstractConfiguration.subst |
protected StrSubstitutor |
ConfigurationFactory.substitutor |
Modifier and Type | Method and Description |
---|---|
StrSubstitutor |
AbstractConfiguration.getStrSubstitutor() |
StrSubstitutor |
Configuration.getStrSubstitutor() |
Modifier and Type | Field and Description |
---|---|
protected StrSubstitutor |
AbstractPluginVisitor.substitutor |
Modifier and Type | Method and Description |
---|---|
PluginVisitor<A> |
PluginVisitor.setStrSubstitutor(StrSubstitutor substitutor)
Sets the StrSubstitutor to use for converting raw strings before type conversion.
|
PluginVisitor<A> |
AbstractPluginVisitor.setStrSubstitutor(StrSubstitutor aSubstitutor) |
Modifier and Type | Method and Description |
---|---|
StrSubstitutor |
StrSubstitutor.setValueDelimiter(char valueDelimiter)
Sets the variable default value delimiter to use.
|
StrSubstitutor |
StrSubstitutor.setValueDelimiter(java.lang.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(java.lang.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(java.lang.String suffix)
Sets the variable suffix to use.
|
StrSubstitutor |
StrSubstitutor.setVariableSuffixMatcher(StrMatcher suffixMatcher)
Sets the variable suffix matcher currently in use.
|