Cocoon API: Class StdioLogger
org.apache.cocoon.logger
Class StdioLogger
java.lang.Object
|
+--org.apache.cocoon.logger.AbstractLogger
|
+--org.apache.cocoon.logger.StdioLogger
All Implemented Interfaces: Logger , Status
public class StdioLogger extends AbstractLogger implements Status
Version: $Revision: 1.1 $ $Date: 2000/04/08 00:47:03 $
Author: Stefano Mazzocchi
Constructor Summary
StdioLogger (java.lang.String level)
Method Summary
java.lang.String
getStatus ()
Returns information about the status of the implementing class.
protected void
log (java.lang.Exception exception,
java.lang.String message)
protected void
log (java.lang.String message)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
StdioLogger
public StdioLogger (java.lang.String level)
log
protected void log (java.lang.String message)
Overrides: log
in class AbstractLogger
log
protected void log (java.lang.Exception exception,
java.lang.String message)
Overrides: log
in class AbstractLogger
getStatus
public java.lang.String getStatus ()
Description copied from interface: Status
Returns information about the status of the implementing class.
Note : this is use instead of the usual toString()
method because some of these methods are declared final in some
classes in JDK 1.1.
Specified by: getStatus
in interface Status
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.