Package 

Object DebugLogger


  • 
    public class DebugLogger
    
                        

    Simple debug logging utility with global debug flag Made public to allow client applications to access logging functionality

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static DebugLogger INSTANCE
    • Method Summary

      Modifier and Type Method Description
      final Unit setDebugEnabled(Boolean enabled)
      final Unit log(String message)
      final Unit log(String tag, String message)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait