Class RLog

  • All Implemented Interfaces:

    
    public class RLog
    
                        

    Logging utility class for internal SDK use.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int NONE
      public final static int F
      public final static int E
      public final static int W
      public final static int I
      public final static int D
      public final static int V
    • Constructor Summary

      Constructors 
      Constructor Description
      RLog()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static void setLogLevel(int pLevel)
      static void setLogLevel(int pLevel, boolean isInitProgress)
      static void setFileMaxSize(long pMaxSize)
      static int v(String tag, String msg)
      static int d(String tag, String msg)
      static int i(String tag, String msg)
      static int w(String tag, String msg)
      static int e(String tag, String msg)
      static int e(String tag, String msg, Throwable tr)
      static int f(String tag, String msg)
      • Methods inherited from class java.lang.Object

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

      • RLog

        RLog()
    • Method Detail

      • setLogLevel

         static void setLogLevel(int pLevel, boolean isInitProgress)
      • v

         static int v(String tag, String msg)
      • d

         static int d(String tag, String msg)
      • i

         static int i(String tag, String msg)
      • w

         static int w(String tag, String msg)
      • e

         static int e(String tag, String msg)
      • e

         static int e(String tag, String msg, Throwable tr)
      • f

         static int f(String tag, String msg)