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
public class RestrictedEscapeUtil
- extends Object
- implements IEscapeUtil
This implementation is intended for use in PatternLayout.
- Author:
- Ceki Gülcü
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestrictedEscapeUtil
public RestrictedEscapeUtil()
escape
public void escape(String escapeChars,
StringBuffer buf,
char next,
int pointer)
- Specified by:
escape
in interface IEscapeUtil
Copyright © 2005-2013 QOS.ch. All Rights Reserved.