-
- All Implemented Interfaces:
-
okhttp3.Interceptor
public class MenigaHttpLogger implements InterceptorCopyright 2017 Meniga Iceland Inc. An OkHttp interceptor that logs requests and responses. Supports logging headers and/or body.
-
-
Constructor Summary
Constructors Constructor Description MenigaHttpLogger(String tag, LogLevel logLevel, LogType logType)
-
Method Summary
Modifier and Type Method Description Responseintercept(Interceptor.Chain chain)static booleanisPlaintext(Buffer buffer)-
-
Method Detail
-
intercept
Response intercept(Interceptor.Chain chain)
-
isPlaintext
static boolean isPlaintext(Buffer buffer)
-
-
-
-