groovy-wslite
groovy-wslite copied to clipboard
Trace logging
Hi,
Would you be willing to accept a PR for trace logging HTTP requests and responses?
I was thinking something along the lines of an optional constructor parameter for an (untyped) logger so that a Grails log object/slf4j Logger could be passed in (but without adding extra project dependencies).
Happy to supply this if you're interested.
Thanks, Tom
+1
+1 for the ability to enable logging. At the moment I monkey-patched logging into wslite with groovy meta programming.
+1