Logback API
Version 0.9.8

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

java.lang.Object
  extended by ch.qos.logback.core.pattern.util.EscapeUtil

public class EscapeUtil
extends Object


Constructor Summary
EscapeUtil()
           
 
Method Summary
static String basicEscape(String s)
           
static 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

EscapeUtil

public EscapeUtil()
Method Detail

escape

public static void escape(String escapeChars,
                          StringBuffer buf,
                          char next,
                          int pointer)

basicEscape

public static String basicEscape(String s)

Logback API
Version 0.9.8

Copyright © 2005-2008 QOS.ch. All Rights Reserved.