OkLog
OkLog copied to clipboard
Network logging interceptor for OkHttp. Logs an URL link with encoded network call data for every OkHttp call.
currently we have 2 ways to add the interceptor ```kotlin OkLogInterceptor.builder() .withAllLogData() .build() ``` 1. using addInterceptor ```kotlin okhttpclient.addInterceptor() ``` 2. or using addNetworkInterceptor ```kotlin okhttpclient.addNetworkInterceptor() ``` however 1) header...
I would like to print the body of requests and responses in json format directly to the console without needing to install the server part . Is there any configuration...
## Important [ResponseEcho](https://github.com/simonpercic/ResponseEcho) (the server-side component of OkLog) will only be available at `oklog.responseecho.com` until the 27th of November 2022. After that time, the service will shut down. ### Why?...