Package | Description |
---|---|
org.apache.logging.log4j.core.pattern |
Provides classes implementing format specifiers in conversion patterns.
|
Modifier and Type | Field and Description |
---|---|
private NameAbbreviator.MaxElementAbbreviator.Strategy |
NameAbbreviator.MaxElementAbbreviator.strategy
Strategy used for cutting down the size of the name
|
Modifier and Type | Method and Description |
---|---|
static NameAbbreviator.MaxElementAbbreviator.Strategy |
NameAbbreviator.MaxElementAbbreviator.Strategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NameAbbreviator.MaxElementAbbreviator.Strategy[] |
NameAbbreviator.MaxElementAbbreviator.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MaxElementAbbreviator(int count,
NameAbbreviator.MaxElementAbbreviator.Strategy strategy)
Create new instance.
|