Log.d(String, String) if Log.DEBUG level is loggable at the time.Log.d(String, String, Throwable) if Log.DEBUG level is loggable
at the time.Log.e(String, String) if Log.ERROR level is loggable at the time.Log.e(String, String, Throwable) if Log.ERROR level is loggable
at the time.Log.println(int, String, String) with the specified parameters.Log.getStackTraceString(Throwable).Log.i(String, String) if Log.INFO level is loggable at the time.Log.i(String, String, Throwable) if Log.INFO level is loggable
at the time.Logger.forceLog(int, String, String) if the specified level is
loggable at the time.Logger which delegates all its calls to Log class.Log.v(String, String) if Log.VERBOSE level is loggable at the time.Log.v(String, String, Throwable) if Log.VERBOSE level is loggable
at the time.Log.w(String, String) if Log.WARN level is loggable at the time.Log.w(String, Throwable) if Log.WARN level is loggable at the time.Log.w(String, String, Throwable) if Log.WARN level is loggable
at the time.Log.wtf(String, String).Log.wtf(String, Throwable).Log.wtf(String, String, Throwable).