ihsanbal / LoggingInterceptor

An OkHttp interceptor which has pretty logger for request and response. +Mock support
MIT License
1.33k stars 112 forks source link

Log synchronization #33

Closed BelooS closed 7 years ago

BelooS commented 7 years ago

Assume several requests are executed in parallel. And that logs are overlapping each other. Look at attached example. log.txt

I think some kind of log queue will solve the issue.

ihsanbal commented 7 years ago

@mrArtCore welcome :)