Interface Abbreviator

  • All Known Implementing Classes:
    ClassNameOnlyAbbreviator, TargetLengthBasedClassNameAbbreviator

    @Deprecated(since="2022-01-27")
    public interface Abbreviator
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    An interface used for abbreviating strings according to different policies.
    • Method Detail

      • abbreviate

        java.lang.String abbreviate​(java.lang.String in)
        Deprecated.