Package ch.qos.logback.core.pattern.util
Class RegularEscapeUtil
java.lang.Object
ch.qos.logback.core.pattern.util.RegularEscapeUtil
- All Implemented Interfaces:
IEscapeUtil
@Deprecated(since="2022-01-27")
public class RegularEscapeUtil
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 TypeMethodDescriptionstatic String
Deprecated.void
escape
(String escapeChars, StringBuffer buf, char next, int pointer) Deprecated.
-
Constructor Details
-
RegularEscapeUtil
public RegularEscapeUtil()Deprecated.
-
-
Method Details
-
escape
Deprecated.- Specified by:
escape
in interfaceIEscapeUtil
-
basicEscape
Deprecated.
-