-
public class TACrashLoggerLog.
-
-
Method Summary
Modifier and Type Method Description static voidverbose(String tag, String msg)level v. static voidverbose(String tag, String msg, Throwable tr)level v. static voidinfo(String tag, String msg)level i. static voidinfo(String tag, String msg, Throwable tr)level i. static voiddebug(String tag, String msg)level d. static voiddebug(String tag, String msg, Throwable tr)level d. static voiderror(String tag, String msg)level e. static voiderror(String tag, String msg, Throwable tr)level e. static voidwarn(String tag, String msg)level w. static voidwarn(String tag, String msg, Throwable tr)level w. -
-
Method Detail
-
verbose
static void verbose(String tag, String msg, Throwable tr)
level v.
- Parameters:
tag- TAGmsg- MSGtr- Throwable
-
info
static void info(String tag, String msg, Throwable tr)
level i.
- Parameters:
tag- TAGmsg- MSGtr- Throwable
-
debug
static void debug(String tag, String msg, Throwable tr)
level d.
- Parameters:
tag- TAGmsg- MSGtr- Throwable
-
error
static void error(String tag, String msg, Throwable tr)
level e.
- Parameters:
tag- TAGmsg- MSGtr- Throwable
-
-
-
-