|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.update.UpdateLog
Generates a buffered log. It buffers the input and dumps it out after buffer gets full. It dumps the logs to prespecified file.
Constructor Summary | |
UpdateLog()
|
Method Summary | |
static void |
flush()
Forces the internal buffer to be written out to the out stream |
static void |
println(java.lang.Object o)
schedules the passed object for writing out to the stream |
static void |
printlnWithDateStamp(java.lang.Object o)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UpdateLog()
Method Detail |
public static void println(java.lang.Object o)
public static void printlnWithDateStamp(java.lang.Object o)
public static void flush()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |