Save This Page
Home » slf4j-1.5.5 » org.apache » log4j » spi » [javadoc | source]
org.apache.log4j.spi
class: NullWriter [javadoc | source]
java.lang.Object
   java.io.Writer
      org.apache.log4j.spi.NullWriter

All Implemented Interfaces:
    Closeable, Flushable, Appendable

Deprecated!
NullWriter is an obsolete class provided only for binary compatibility with earlier versions of log4j and should not be used.
Method from org.apache.log4j.spi.NullWriter Summary:
close,   flush,   write
Methods from java.io.Writer:
append,   append,   append,   append,   append,   append,   close,   flush,   write,   write,   write,   write,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.log4j.spi.NullWriter Detail:
 public  void close() 
      Deprecated!
 public  void flush() 
      Deprecated!
 public  void write(char[] cbuf,
    int off,
    int len) 
      Deprecated!