Package | Description |
---|---|
org.apache.log4j.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
Modifier and Type | Class and Description |
---|---|
private static class |
NameAbbreviator.DropElementAbbreviator
Abbreviator that drops starting path elements.
|
private static class |
NameAbbreviator.MaxElementAbbreviator
Abbreviator that drops starting path elements.
|
private static class |
NameAbbreviator.NOPAbbreviator
Abbreviator that simply appends full name to buffer.
|
private static class |
NameAbbreviator.PatternAbbreviator
Pattern abbreviator.
|
Modifier and Type | Field and Description |
---|---|
private NameAbbreviator |
NamePatternConverter.abbreviator
Abbreviator.
|
private static NameAbbreviator |
NameAbbreviator.DEFAULT
Default (no abbreviation) abbreviator.
|
Modifier and Type | Method and Description |
---|---|
static NameAbbreviator |
NameAbbreviator.getAbbreviator(java.lang.String pattern)
Gets an abbreviator.
|
static NameAbbreviator |
NameAbbreviator.getDefaultAbbreviator()
Gets default abbreviator.
|