com.limegroup.gnutella.bugs
Class BugLog

java.lang.Object
  extended bycom.limegroup.gnutella.bugs.BugLog

public class BugLog
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
BugLog()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BugLog

public BugLog()
Method Detail

println

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


flush

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