|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.core.log.FileLogWriter
public class FileLogWriter
The FileLogWriter is a LogListener that writes (appends) to a supplied file.
| Constructor Summary | |
|---|---|
FileLogWriter(java.io.File file)
|
|
| Method Summary | |
|---|---|
void |
logMessage(LogMessage msg)
Notifies this listener that given status has been logged. |
void |
shutdown()
Close the stream to the file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileLogWriter(java.io.File file)
| Method Detail |
|---|
public void logMessage(LogMessage msg)
LogListener
logMessage in interface LogListenerpublic void shutdown()
shutdown in interface LogListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||