Methods
Modifier and Type |
Method and Description |
void |
d(String tag,
String text) |
void |
d(String tag,
String text,
Throwable throwable) |
void |
e(String tag,
String text) |
void |
e(String tag,
String text,
Throwable throwable) |
int |
getLogLevel() |
void |
i(String tag,
String text) |
void |
i(String tag,
String text,
Throwable throwable) |
boolean |
isLoggable(String tag,
int level) |
void |
log(int priority,
String tag,
String msg) |
void |
log(int priority,
String tag,
String msg,
boolean forceLog) |
void |
setLogLevel(int logLevel) |
void |
v(String tag,
String text) |
void |
v(String tag,
String text,
Throwable throwable) |
void |
w(String tag,
String text) |
void |
w(String tag,
String text,
Throwable throwable) |