blockchain/api-v1-client-java

Logging

ranswick opened this issue · 1 comments

I miss the possibility to log the request the library does.

A handler pattern would be the best fit like the REST client API provides this out-of-the-box:
javax.ws.rs.client.ClientRequestFilter
javax.ws.rs.client.ClientResponseFilter

Atm I have to do the logging around the library which is not that optimal.

There are no plans to implement request logging. If you need any such functionality, please consider forking.