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 Constructor Description RegularEscapeUtil()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static StringbasicEscape(String s)Deprecated.voidescape(String escapeChars, StringBuffer buf, char next, int pointer)Deprecated.
-
-
-
Method Detail
-
escape
public void escape(String escapeChars, StringBuffer buf, char next, int pointer)
Deprecated.- Specified by:
escapein interfaceIEscapeUtil
-
-