Package ch.qos.logback.classic.pattern
Class ClassNameOnlyAbbreviator
- java.lang.Object
-
- ch.qos.logback.classic.pattern.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 Summary
Constructors Constructor Description ClassNameOnlyAbbreviator()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String
abbreviate(java.lang.String fqClassName)
Deprecated.
-
-
-
Method Detail
-
abbreviate
public java.lang.String abbreviate(java.lang.String fqClassName)
Deprecated.- Specified by:
abbreviate
in interfaceAbbreviator
-
-