-
- All Implemented Interfaces:
-
okhttp3.Interceptor
public class MenigaHttpLogger implements Interceptor
Copyright 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 Response
intercept(Interceptor.Chain chain)
static boolean
isPlaintext(Buffer buffer)
-
-
Method Detail
-
intercept
Response intercept(Interceptor.Chain chain)
-
isPlaintext
static boolean isPlaintext(Buffer buffer)
-
-
-
-