Table of Contents
Interfaces
- BitPayLogger
Methods
-
logError()
: void
-
logRequest()
: void
-
logResponse()
: void
logError()
public
logError(string|null $message) : void
Parameters
-
$message
: string|null
-
logRequest()
public
logRequest(string $method, string $endpoint, string|null $json) : void
Parameters
-
$method
: string
-
-
$endpoint
: string
-
-
$json
: string|null
-
logResponse()
public
logResponse(string $method, string $endpoint, string|null $json) : void
Parameters
-
$method
: string
-
-
$endpoint
: string
-
-
$json
: string|null
-