com.limegroup.gnutella.update
Class UpdateLog

java.lang.Object
  extended bycom.limegroup.gnutella.update.UpdateLog

public class UpdateLog
extends java.lang.Object

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

UpdateLog

public UpdateLog()
Method Detail

println

public static void println(java.lang.Object o)
schedules the passed object for writing out to the stream


printlnWithDateStamp

public static void printlnWithDateStamp(java.lang.Object o)

flush

public static void flush()
Forces the internal buffer to be written out to the out stream