Uses of Enum
org.apache.logging.log4j.core.pattern.NameAbbreviator.MaxElementAbbreviator.Strategy
Packages that use NameAbbreviator.MaxElementAbbreviator.Strategy
Package
Description
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.StrategyModifier and TypeFieldDescriptionprivate final 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.StrategyModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.StrategyModifierConstructorDescriptionMaxElementAbbreviator
(int count, NameAbbreviator.MaxElementAbbreviator.Strategy strategy) Create new instance.