public interface ILogger
| 限定符和类型 | 方法和说明 |
|---|---|
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)
记录字符串信息
|
void info(PromiseHttp client, PromiseResponse response)
client - HttpClientresponse - Http Responsevoid info(PromiseHttp client, java.lang.String info)
client - info - void error(PromiseHttp client, PromiseRequest request, java.lang.Throwable throwable)
client - HttpClientrequest - Http Requestthrowable - 异常