EMA C++ Developers Guide : 6 Consuming Data from the Cloud : 6.10 Logging of Authentication and Service Discovery Interaction : 6.10.1 Logged Request Information
 
6.10.1 Logged Request Information
With logging turned on in the fashion mentioned in Section 6.10, the Enterprise Message API writes the following request information in the log:
 
 
Request:
- Time stamp
- The Name of the class and method that made the request
- Request method
- URI
- Request headers
- Proxy information (if used)
- Body of request as set of pairs parameter_name: parameter_value
 
 
NOTE: If the request contains parameters password, newPassword, or client_secret, the Enterprise Message API uses a placeholder instead of the real value of the respective parameter (thus indicating that the value was present).