|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcytoscape.logger.ConsoleLogger
public class ConsoleLogger
The ConsoleLogger is the default log handler for Cytoscape and does nothing much more than issue messages to System.out or System.err, as appropriate.
| Constructor Summary | |
|---|---|
protected |
ConsoleLogger()
|
| Method Summary | |
|---|---|
static ConsoleLogger |
getLogger()
|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ConsoleLogger()
| Method Detail |
|---|
public void handleLog(LogLevel level,
String logMessage)
CyLogHandler
handleLog in interface CyLogHandlerlevel - the level of the messagelogMessage - the message itselfpublic static ConsoleLogger getLogger()
|
Cytoscape 2.8.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||