Uses of Class
org.apache.log4j.pattern.NameAbbreviator
-
Packages that use NameAbbreviator Package Description org.apache.log4j.pattern -
-
Uses of NameAbbreviator in org.apache.log4j.pattern
Subclasses of NameAbbreviator in org.apache.log4j.pattern Modifier and Type Class Description private static class
NameAbbreviator.DropElementAbbreviator
Abbreviator that drops starting path elements.private static class
NameAbbreviator.MaxElementAbbreviator
Abbreviator that drops starting path elements.private static class
NameAbbreviator.NOPAbbreviator
Abbreviator that simply appends full name to buffer.private static class
NameAbbreviator.PatternAbbreviator
Pattern abbreviator.Fields in org.apache.log4j.pattern declared as NameAbbreviator Modifier and Type Field Description private static NameAbbreviator
NameAbbreviator. DEFAULT
Default (no abbreviation) abbreviator.Methods in org.apache.log4j.pattern that return NameAbbreviator Modifier and Type Method Description static NameAbbreviator
NameAbbreviator. getAbbreviator(java.lang.String pattern)
Gets an abbreviator.static NameAbbreviator
NameAbbreviator. getDefaultAbbreviator()
Gets default abbreviator.
-