| Constructor and Description |
|---|
LogcatLogger() |
| Modifier and Type | Method and Description |
|---|---|
void |
log(int priority,
java.lang.String tag,
java.lang.String message)
使用LogCat输出日志,字符长度超过4000则自动换行.
|
void |
log(int priority,
java.lang.String tag,
java.lang.String message,
java.lang.Throwable t)
打印信息
|