com.compoze.collab.log
Interface ILogListener

All Known Implementing Classes:
StdoutListener

public interface ILogListener

Classes that implement this interface are capable of receiving log messages for the purpose of display, storage or other processing requirements.


Method Summary
 void log(LogEntry entry)
          Logs a message.
 

Method Detail

log

void log(LogEntry entry)
Logs a message.

Parameters
entry - the entry to log


Copyright © 2006 BEA Systems, Inc. All Rights Reserved