Uses of Class
org.apache.logging.log4j.core.pattern.NameAbbreviator
-
Packages that use NameAbbreviator Package Description org.apache.logging.log4j.core.pattern Provides classes implementing format specifiers in conversion patterns. -
-
Uses of NameAbbreviator in org.apache.logging.log4j.core.pattern
Subclasses of NameAbbreviator in org.apache.logging.log4j.core.pattern Modifier and Type Class Description (package private) classDynamicWordAbbreviatorSpecialized abbreviator that shortens all words to the first char except the indicated number of rightmost words.private static classNameAbbreviator.MaxElementAbbreviatorAbbreviator that drops starting path elements.private static classNameAbbreviator.NOPAbbreviatorAbbreviator that simply appends full name to buffer.private static classNameAbbreviator.PatternAbbreviatorPattern abbreviator.Fields in org.apache.logging.log4j.core.pattern declared as NameAbbreviator Modifier and Type Field Description private NameAbbreviatorNamePatternConverter. abbreviatorAbbreviator.private static NameAbbreviatorNameAbbreviator. DEFAULTDefault (no abbreviation) abbreviator.Methods in org.apache.logging.log4j.core.pattern that return NameAbbreviator Modifier and Type Method Description static NameAbbreviatorNameAbbreviator. getAbbreviator(java.lang.String pattern)Gets an abbreviator.static NameAbbreviatorNameAbbreviator. getDefaultAbbreviator()Gets default abbreviator.
-