All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static void |
d(String tag,
Object... messages) |
static void |
debug(Object... messages) |
static void |
e(String tag,
Object... messages) |
static void |
e(String tag,
Throwable t,
Object... messages) |
static void |
i(String tag,
Object... messages) |
static void |
log(String tag,
int level,
Throwable t,
Object... messages) |
static String |
makeLogTag(Class cls)
Don't use this when obfuscating class names!
|
static String |
makeLogTag(String str) |
static void |
v(String tag,
Object... messages) |
static void |
w(String tag,
Object... messages) |
static void |
w(String tag,
Throwable t,
Object... messages) |