Core/LogRequestsToDisk.php
- Package
- Default
Package: DefaultLogs API Requests/Responses To Disk
Properties
Methods



GetLogDestination() : string
Gets the log destination folder
ReturnsType | Description |
---|
string | log destination folder |



LogPlatformRequests( $xml, $url, $headers, $isRequest) : void
Logs the Platform Request to Disk.
ParametersName | Type | Description |
---|
$xml | | |
---|
$url | | |
---|
$headers | | |
---|
$isRequest | | |
---|



__construct( $enableServiceRequestLogging = FALSE, $serviceRequestLoggingLocation = NULL) : void
Initializes a new instance of the LogRequestsToDisk class.
ParametersName | Type | Description |
---|
$enableServiceRequestLogging | | |
---|
$serviceRequestLoggingLocation | | |
---|