Uses of Class
org.apache.logging.log4j.core.pattern.NameAbbreviator.MaxElementAbbreviator.Strategy
-
Packages that use NameAbbreviator.MaxElementAbbreviator.Strategy Package Description org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns. -
-
Uses of NameAbbreviator.MaxElementAbbreviator.Strategy in org.apache.logging.log4j.core.pattern
Fields in org.apache.logging.log4j.core.pattern declared as NameAbbreviator.MaxElementAbbreviator.Strategy Modifier and Type Field Description private NameAbbreviator.MaxElementAbbreviator.Strategy
NameAbbreviator.MaxElementAbbreviator. strategy
Strategy used for cutting down the size of the nameMethods in org.apache.logging.log4j.core.pattern that return NameAbbreviator.MaxElementAbbreviator.Strategy Modifier and Type Method 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.Constructors in org.apache.logging.log4j.core.pattern with parameters of type NameAbbreviator.MaxElementAbbreviator.Strategy Constructor Description MaxElementAbbreviator(int count, NameAbbreviator.MaxElementAbbreviator.Strategy strategy)
Create new instance.
-