Class LogWriter

java.lang.Object
java.io.Writer
org.apache.axis2.util.LogWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class LogWriter extends Writer
Writer implementation that redirects to a logger.
  • Constructor Details

    • LogWriter

      public LogWriter(org.apache.commons.logging.Log log, String endOfLine)
    • LogWriter

      public LogWriter(org.apache.commons.logging.Log log)
  • Method Details