|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.cdt.make.internal.core.scannerconfig.util.LogWriter
public class LogWriter
Log writer utility
Constructor Summary | |
---|---|
LogWriter(java.io.File log)
|
Method Summary | |
---|---|
void |
flushLog()
|
void |
log(org.eclipse.core.runtime.IStatus status)
|
void |
shutdown()
Shuts down the log. |
void |
writeln(java.lang.String s)
Writes the given string to the log, followed by the line terminator string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LogWriter(java.io.File log)
Method Detail |
---|
public void writeln(java.lang.String s) throws java.io.IOException
java.io.IOException
public void shutdown()
public void log(org.eclipse.core.runtime.IStatus status)
public void flushLog()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |