public class LogUtils extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
LogUtils.CustomLogger |
| 限定符和类型 | 字段和说明 |
|---|---|
static boolean |
allowD |
static boolean |
allowE |
static boolean |
allowI |
static boolean |
allowV |
static boolean |
allowW |
static boolean |
allowWtf |
static LogUtils.CustomLogger |
customLogger |
static String |
customTagPrefix |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
d(String content) |
static void |
d(String content,
Throwable tr) |
static void |
e(String content) |
static void |
e(String content,
Throwable tr) |
static StackTraceElement |
getCallerStackTraceElement() |
static void |
i(String content) |
static void |
i(String content,
Throwable tr) |
static void |
v(String content) |
static void |
v(String content,
Throwable tr) |
static void |
w(String content) |
static void |
w(String content,
Throwable tr) |
static void |
w(Throwable tr) |
static void |
wtf(String content) |
static void |
wtf(String content,
Throwable tr) |
static void |
wtf(Throwable tr) |
public static String customTagPrefix
public static boolean allowD
public static boolean allowE
public static boolean allowI
public static boolean allowV
public static boolean allowW
public static boolean allowWtf
public static LogUtils.CustomLogger customLogger
public static void d(String content)
public static void e(String content)
public static void i(String content)
public static void v(String content)
public static void w(String content)
public static void w(Throwable tr)
public static void wtf(String content)
public static void wtf(Throwable tr)
public static StackTraceElement getCallerStackTraceElement()