Package ch.qos.logback.core.pattern.util
Class RestrictedEscapeUtil
java.lang.Object
ch.qos.logback.core.pattern.util.RestrictedEscapeUtil
- All Implemented Interfaces:
IEscapeUtil
- Direct Known Subclasses:
AlmostAsIsEscapeUtil
@Deprecated(since="2022-01-27")
public class RestrictedEscapeUtil
extends Object
implements IEscapeUtil
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
This implementation is intended for use in PatternLayout.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
escape
(String escapeChars, StringBuffer buf, char next, int pointer) Deprecated.
-
Constructor Details
-
RestrictedEscapeUtil
public RestrictedEscapeUtil()Deprecated.
-
-
Method Details
-
escape
Deprecated.- Specified by:
escape
in interfaceIEscapeUtil
-