Class NameAbbreviator.NOPAbbreviator
java.lang.Object
org.apache.logging.log4j.core.pattern.NameAbbreviator
org.apache.logging.log4j.core.pattern.NameAbbreviator.NOPAbbreviator
- Enclosing class:
- NameAbbreviator
Abbreviator that simply appends full name to buffer.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
abbreviate
(String original, StringBuilder destination) Abbreviates a name in a String.Methods inherited from class org.apache.logging.log4j.core.pattern.NameAbbreviator
getAbbreviator, getDefaultAbbreviator
-
Constructor Details
-
NOPAbbreviator
public NOPAbbreviator()Constructor.
-
-
Method Details
-
abbreviate
Abbreviates a name in a String.- Specified by:
abbreviate
in classNameAbbreviator
- Parameters:
original
- the text to abbreviate, may not be null.destination
- StringBuilder to write the result to
-