org.slf4j.converter
Class Writer

java.lang.Object
  extended by org.slf4j.converter.Writer

public class Writer
extends Object


Constructor Summary
Writer()
           
 
Method Summary
 void closeFileWriter()
           
 void initFileWriter(File file)
           
 void rewrite(Matcher matcher, String replacement)
           
 void write(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Writer

public Writer()
Method Detail

initFileWriter

public void initFileWriter(File file)

closeFileWriter

public void closeFileWriter()

rewrite

public void rewrite(Matcher matcher,
                    String replacement)

write

public void write(String text)


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