Uses of Class
org.apache.log4j.pattern.NameAbbreviator
Packages that use NameAbbreviator
-
Uses of NameAbbreviator in org.apache.log4j.pattern
Subclasses of NameAbbreviator in org.apache.log4j.patternModifier and TypeClassDescriptionprivate static classAbbreviator that drops starting path elements.private static classAbbreviator that drops starting path elements.private static classAbbreviator that simply appends full name to buffer.private static classPattern abbreviator.Fields in org.apache.log4j.pattern declared as NameAbbreviatorModifier and TypeFieldDescriptionprivate static final NameAbbreviatorNameAbbreviator.DEFAULTDefault (no abbreviation) abbreviator.Methods in org.apache.log4j.pattern that return NameAbbreviatorModifier and TypeMethodDescriptionstatic NameAbbreviatorNameAbbreviator.getAbbreviator(String pattern) Gets an abbreviator.static NameAbbreviatorNameAbbreviator.getDefaultAbbreviator()Gets default abbreviator.