PHP SDK by CNIC

LoggerInterface
in

Common Logger Interface

Table of Contents

Methods

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


        
On this page

Search results