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 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 -
Method Summary
-
Constructor Details
-
ClassNameOnlyAbbreviator
public ClassNameOnlyAbbreviator()Deprecated.
-
-
Method Details
-
abbreviate
Deprecated.- Specified by:
abbreviatein interfaceAbbreviator
-