Package ch.qos.logback.core.pattern.util
Class AsIsEscapeUtil
java.lang.Object
ch.qos.logback.core.pattern.util.AsIsEscapeUtil
- All Implemented Interfaces:
IEscapeUtil
Deprecated.
This internal logback API is not supported by AEM as a Cloud Service.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
escape
(String escapeChars, StringBuffer buf, char next, int pointer) Deprecated.Do not perform any character escaping.
-
Constructor Details
-
AsIsEscapeUtil
public AsIsEscapeUtil()Deprecated.
-
-
Method Details
-
escape
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
-