ch.qos.logback.core.pattern.util
Class RegularEscapeUtil
java.lang.Object
ch.qos.logback.core.pattern.util.RegularEscapeUtil
- All Implemented Interfaces:
- IEscapeUtil
public class RegularEscapeUtil
- 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 |
RegularEscapeUtil
public RegularEscapeUtil()
escape
public void escape(String escapeChars,
StringBuffer buf,
char next,
int pointer)
- Specified by:
escape
in interface IEscapeUtil
basicEscape
public static String basicEscape(String s)
Copyright © 2005-2013 QOS.ch. All Rights Reserved.