Package ch.qos.logback.classic.pattern
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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
abbreviate(java.lang.String in)
Deprecated.
-