Package ch.qos.logback.classic.pattern
Interface Abbreviator
-
- All Known Implementing Classes:
ClassNameOnlyAbbreviator,TargetLengthBasedClassNameAbbreviator
@Deprecated(since="2022-01-27") public interface AbbreviatorDeprecated.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.Stringabbreviate(java.lang.String in)Deprecated.
-