Package 

Class S2Log

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int ERROR
      public final static int INFO
      public final static int DEBUG
      public final static String TAG
      private static int logLevel
    • Method Summary

      Modifier and Type Method Description
      static void setLogLevel(int level)
      static void d(String msg)
      static void i(String msg)
      static void e(String msg, Throwable thr)
      static void e(String msg)
      static void print(String message)
      • Methods inherited from class java.lang.Object

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