com.compoze.collab.log
Class StdoutListener

java.lang.Object
  extended by com.compoze.collab.log.StdoutListener
All Implemented Interfaces
ILogListener

public class StdoutListener
extends Object
implements ILogListener

This class implements a log listener that sends events to standard output.


Method Summary
 void log(LogEntry entry)
          Logs an entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

log

public void log(LogEntry entry)
Logs an entry.

Specified by:
log in interface ILogListener
Parameters
entry - the log entry


Copyright © 2006 BEA Systems, Inc. All Rights Reserved