Class ClassNameOnlyAbbreviator

  • All Implemented Interfaces:
    Abbreviator

    @Deprecated(since="2022-01-27")
    public class ClassNameOnlyAbbreviator
    extends java.lang.Object
    implements Abbreviator
    Deprecated.
    This internal logback API is not supported by AEM as a Cloud Service.
    This abbreviator returns the class name from a fully qualified class name, removing the leading package name.
    • Constructor Detail

      • ClassNameOnlyAbbreviator

        public ClassNameOnlyAbbreviator()
        Deprecated.
    • Method Detail

      • abbreviate

        public java.lang.String abbreviate​(java.lang.String fqClassName)
        Deprecated.
        Specified by:
        abbreviate in interface Abbreviator