|
Cytoscape 2.8.0 API | |||||||||
| 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
|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||