Class NameAbbreviator.NOPAbbreviator

java.lang.Object
org.apache.logging.log4j.core.pattern.NameAbbreviator
org.apache.logging.log4j.core.pattern.NameAbbreviator.NOPAbbreviator
Enclosing class:
NameAbbreviator

private static class NameAbbreviator.NOPAbbreviator extends NameAbbreviator
Abbreviator that simply appends full name to buffer.
  • Constructor Details

    • NOPAbbreviator

      public NOPAbbreviator()
      Constructor.
  • Method Details

    • abbreviate

      public void abbreviate(String original, StringBuilder destination)
      Abbreviates a name in a String.
      Specified by:
      abbreviate in class NameAbbreviator
      Parameters:
      original - the text to abbreviate, may not be null.
      destination - StringBuilder to write the result to