ch.qos.logback.core.pattern.util
Class RestrictedEscapeUtil

java.lang.Object
  extended by 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ü

Constructor Summary
RestrictedEscapeUtil()
           
 
Method Summary
 void escape(String escapeChars, StringBuffer buf, char next, int pointer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestrictedEscapeUtil

public RestrictedEscapeUtil()
Method Detail

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.