| LogRequestsToDiskLogPlatformRequests Method |
Logs the Platform Request to Disk.
Namespace:
Intuit.Ipp.Core.Rest
Assembly:
Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic void LogPlatformRequests(
string xml,
bool isRequest
)
Parameters
- xml
- Type: SystemString
The xml to log. - isRequest
- Type: SystemBoolean
Specifies whether the xml is request or response.
See Also