Class ClassNameOnlyAbbreviator

java.lang.Object
ch.qos.logback.classic.pattern.ClassNameOnlyAbbreviator
All Implemented Interfaces:
Abbreviator

@Deprecated(since="2022-01-27") public class ClassNameOnlyAbbreviator extends 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 Details

    • ClassNameOnlyAbbreviator

      public ClassNameOnlyAbbreviator()
      Deprecated.
  • Method Details