Class DebugLight


  • public class DebugLight
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      DebugLight()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)