mendix / RestServices

REST service module for Mendix. Supports consuming and publishing REST based services and real-time data synchronization. Supports JSON, form-encoded, multipart and binary data transport.
Apache License 2.0
31 stars 46 forks source link

Log body JSON Data in debug mode #69

Closed Andries-Smit closed 8 years ago

Andries-Smit commented 8 years ago

When consuming a web service, add logging for body data when debug is enabled.

mweststrate commented 8 years ago

Thanks!