Package ch.qos.logback.core.pattern.util
Class AsIsEscapeUtil
- java.lang.Object
-
- ch.qos.logback.core.pattern.util.AsIsEscapeUtil
-
- All Implemented Interfaces:
IEscapeUtil
@Deprecated(since="2022-01-27") public class AsIsEscapeUtil extends java.lang.Object implements IEscapeUtil
Deprecated.This internal logback API is not supported by AEM as a Cloud Service.
-
-
Constructor Summary
Constructors Constructor Description AsIsEscapeUtil()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
escape(java.lang.String escapeChars, java.lang.StringBuffer buf, char next, int pointer)
Deprecated.Do not perform any character escaping.
-
-
-
Method Detail
-
escape
public void escape(java.lang.String escapeChars, java.lang.StringBuffer buf, char next, int pointer)
Deprecated.Do not perform any character escaping. Note that this method assumes that it is called after the escape character has been consumed.- Specified by:
escape
in interfaceIEscapeUtil
-
-