PHP SDK by CNIC

LoggerInterface
in

Common Logger Interface

Table of Contents

log()  : void
output/log given data

Methods

log()

output/log given data

public log(string $post, Response $r[, string|null $error = null ]) : void
Parameters
$post : string

post request data in string format

$r : Response

Response to log

$error : string|null = null

error message

Return values
void

Search results