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
Subclasses with type arguments of type NameAbbreviator.MaxElementAbbreviator.Strategy in org.apache.logging.log4j.core.patternModifier and TypeClassDescriptionprivate static enumWhen the name is reduced in length by cutting parts, there can be two ways to do it.Fields in org.apache.logging.log4j.core.pattern declared as NameAbbreviator.MaxElementAbbreviator.StrategyModifier and TypeFieldDescriptionprivate final NameAbbreviator.MaxElementAbbreviator.StrategyNameAbbreviator.MaxElementAbbreviator.strategyStrategy 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.