|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--util.IntellegoLog
Creates a log file and provides methods to add messages to it
Constructor Summary | |
IntellegoLog()
Creates the log file and writes a header message |
Method Summary | |
void |
addMessage(java.lang.String message)
Adds a message string to the log file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntellegoLog()
Method Detail |
public void addMessage(java.lang.String message)
message
- the message to be added
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |