org.gudy.azureus2.core3.util
Class DebugLight

java.lang.Object
  extended by org.gudy.azureus2.core3.util.DebugLight

public class DebugLight
extends java.lang.Object


Constructor Summary
DebugLight()
           
 
Method Summary
static void out(java.lang.String str)
           
static void printStackTrace(java.lang.Throwable e)
          Used in environments where full debug may not be available
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugLight

public DebugLight()
Method Detail

printStackTrace

public static void printStackTrace(java.lang.Throwable e)
Used in environments where full debug may not be available

Parameters:
e -

out

public static void out(java.lang.String str)