Package 

Class L


  • 
    public class L
    
                        

    Custom log class which can control logging based on the logging level set

    • Method Summary

      Modifier and Type Method Description
      static synchronized void v(String message)
      static synchronized void d(String message)
      static synchronized void e(String message)
      static synchronized void w(String message)
      static synchronized void i(String message)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • v

         static synchronized void v(String message)
      • d

         static synchronized void d(String message)
      • e

         static synchronized void e(String message)
      • w

         static synchronized void w(String message)
      • i

         static synchronized void i(String message)