0

We are integrating XERO API's with Xero-java SDK. We have a requirement to intercept requests/responses posted to XERO. Essentially we need to do a audit trail log.

How to do this with Xero-SDK java?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Meenakshi Shri
  • 341
  • 2
  • 7

1 Answers1

0

There currently isn't any logging built into Xero's Java SDK. You are welcome to fork and make a PR on Github.

https://github.com/XeroAPI/Xero-Java

I recommend adding a boolean flag to JsonConfig.java to the logging feature can be turned on/off by developers.