public class LogcatLogger
extends java.lang.Object
| 构造器和说明 |
|---|
LogcatLogger() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
error(PromiseHttp client,
PromiseRequest request,
java.lang.Throwable throwable)
记录异常
|
void |
info(PromiseHttp client,
PromiseResponse response)
记录Http Response
|
void |
info(PromiseHttp client,
java.lang.String info)
记录字符串信息
|
public void info(PromiseHttp client, PromiseResponse response)
ILoggerpublic void info(PromiseHttp client, java.lang.String info)
ILoggerpublic void error(PromiseHttp client, PromiseRequest request, java.lang.Throwable throwable)
ILogger