foglcz / JSONRpc2

Generic JSON-RPC v2 implementation
Other
19 stars 10 forks source link

How best to log requests? #7

Closed scottchiefbaker closed 10 years ago

scottchiefbaker commented 10 years ago

I want to log requests (method name and params), how should I do that? I tried using onSuccess or onError but that doesn't seem to expose either of those.

scottchiefbaker commented 10 years ago

This is fixed on my repo.