-
public class TDLogLog printing class.
-
-
Field Summary
Fields Modifier and Type Field Description public static volatile booleanmEnableLog
-
Method Summary
Modifier and Type Method Description static voidsetEnableLogInner(boolean enableLogInner)static voidsetEnableLog(boolean enable)static booleangetEnableLog()static voidd(String tag, String msg)debug static voidi(String tag, String message, Throwable throwable)info static voidi(String tag, Throwable tr)info static voidi(String tag, String message)info static voidw(String tag, String message)warning static voidw(String tag, String message, Throwable throwable)warning static voide(String tag, String message)error static voide(String tag, String message, Throwable throwable)error static voidv(String tag, String message)verbose static voidv(String tag, String message, Throwable throwable)verbose -
-
Method Detail
-
setEnableLogInner
static void setEnableLogInner(boolean enableLogInner)
-
setEnableLog
static void setEnableLog(boolean enable)
-
getEnableLog
static boolean getEnableLog()
-
i
static void i(String tag, String message, Throwable throwable)
info
- Parameters:
tag- TAGmessage- MSGthrowable- Throwable
-
w
static void w(String tag, String message, Throwable throwable)
warning
- Parameters:
tag- TAGmessage- MSGthrowable- Throwable
-
e
static void e(String tag, String message, Throwable throwable)
error
- Parameters:
tag- TAGmessage- MSGthrowable- Throwable
-
-
-
-