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 java.lang.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 RestrictedEscapeUtil()
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.
-
-
-
Method Detail
-
escape
public void escape(java.lang.String escapeChars, java.lang.StringBuffer buf, char next, int pointer)
Deprecated.- Specified by:
escape
in interfaceIEscapeUtil
-
-