Cytoscape 2.8.0 API

cytoscape.logger
Interface CyLogHandler

All Known Implementing Classes:
ConsoleLogger, LoggerDialog

public interface CyLogHandler

The CyLogHandler interface must be implemented by log handlers for plugins that wish to handle their own logging.


Method Summary
 void handleLog(LogLevel level, String logMessage)
          The only method required is handleLog, which is called whenever the logging mechanism detects that a message appropriate for this handler has been logged.
 

Method Detail

handleLog

void handleLog(LogLevel level,
               String logMessage)
The only method required is handleLog, which is called whenever the logging mechanism detects that a message appropriate for this handler has been logged.

Parameters:
level - the level of the message
logMessage - the message itself

Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.