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 classNameAbbreviator.DropElementAbbreviatorAbbreviator that drops starting path elements.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.log4j.pattern declared as NameAbbreviator Modifier and Type Field Description private static NameAbbreviatorNameAbbreviator. DEFAULTDefault (no abbreviation) abbreviator.Methods in org.apache.log4j.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.
-