public class EasySqliteLog extends Object
| 构造器和说明 |
|---|
EasySqliteLog() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
d(String format,
Object... args) |
static void |
e(String format,
Object... args) |
static void |
e(Throwable tr,
String format,
Object... args) |
static void |
setTag(String tag)
Customize the log tag for your application, so that other apps using
Volley don't mix their logs with yours.
|
static void |
v(String format,
Object... args) |
static void |
wtf(String format,
Object... args) |
static void |
wtf(Throwable tr,
String format,
Object... args) |
public static String TAG
public static boolean DEBUG
public static void setTag(String tag)
adb shell setprop log.tag.<tag>