JavaScript is disabled on your browser.
Detail:
Field |
Constr |
Method
All Implemented Interfaces:
Closeable , Flushable , Appendable , AutoCloseable
public class LoggerPluginWriter
extends PrintWriter
A subclass of PrintWriter that redirects its output to a LoggerPlugin at
INFO level. The only usecase for this is legacy java apis which require
integration with the logging layer through a Writer.
Version:
$Revision: 1958 $
Author:
David Jencks, Scott.Stark@jboss.org
Constructor Summary
Constructors
Constructor and Description
LoggerPluginWriter (org.jboss.logging.LoggerPlugin logger)
Method Summary
Methods inherited from class java.io.PrintWriter
append , append , append , checkError , clearError , close , flush , format , format , print , print , print , print , print , print , print , print , print , printf , printf , println , println , println , println , println , println , println , println , println , println , setError , write , write , write , write , write
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Detail:
Field |
Constr |
Method
Copyright © 2012 JBoss, a division of Red Hat, Inc. . All Rights Reserved.