public class FileDownloadLog extends Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
NEED_LOG |
| Constructor and Description |
|---|
FileDownloadLog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
d(Object o,
String msg,
Object... args) |
static void |
e(Object o,
String msg,
Object... args) |
static void |
e(Object o,
Throwable e,
String msg,
Object... args) |
static void |
i(Object o,
String msg,
Object... args) |
static void |
v(Object o,
String msg,
Object... args) |
static void |
w(Object o,
String msg,
Object... args) |