|
Cytoscape 2.6.2 (c) 2006,2007 ISB, MSKCC, UCSD | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
void handleLog(LogLevel level,
String logMessage)
level - the level of the messagelogMessage - the message itself
|
www.cytoscape.org | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||