Open
Description
Currently, with debug mode, you echo any XML send request/received response and it is already a great help.
We used to log these XML requests and responses in a database. It is really useful when a command failed and we can't exactly determine why (API response sometimes are not really clear). Like that, we can find a request and its response and send it to the API support.
Maybe we should be able to configure a logger when creating a Client object.