|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.architect.LogWriter
public class LogWriter
Provide a simple logging facility for long running, complicated processes on the architect. Very similar to what you have when running engines from the VB app (some sort of written record the user can look at in case things go horribly wrong);
| Constructor Summary | |
|---|---|
LogWriter(java.lang.String path)
Open the log file for writing. |
|
| Method Summary | |
|---|---|
void |
close()
|
void |
flush()
|
void |
info(java.lang.String strLine)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogWriter(java.lang.String path)
throws ArchitectException
ArchitectException| Method Detail |
|---|
public void info(java.lang.String strLine)
public void flush()
public void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||