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 class
Abbreviator that drops starting path elements.private static class
Abbreviator that drops starting path elements.private static class
Abbreviator that simply appends full name to buffer.private static class
Pattern abbreviator.Fields in org.apache.log4j.pattern declared as NameAbbreviatorModifier and TypeFieldDescriptionprivate static final NameAbbreviator
NameAbbreviator.DEFAULT
Default (no abbreviation) abbreviator.Methods in org.apache.log4j.pattern that return NameAbbreviatorModifier and TypeMethodDescriptionstatic NameAbbreviator
NameAbbreviator.getAbbreviator
(String pattern) Gets an abbreviator.static NameAbbreviator
NameAbbreviator.getDefaultAbbreviator()
Gets default abbreviator.