Compoze Software, Inc.

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

public void log(LogEntry entry)
Logs a message.

Parameters:
entry - the entry to log

Compoze Software, Inc.

Copyright ©1999-2003 Compoze Software, Inc. All rights reserved.