BEA Systems, 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

BEA Systems, Inc.

Copyright ©1999-2005 BEA Systems, Inc. All rights reserved.