IntegratorLogger
Table of Contents
Methods
-
logErrors()
: mixed
-
logInfo()
: mixed
-
logMethodErrors()
: void
-
logMethodInfo()
: void
logErrors()
public
logErrors(array<string|int, mixed> $errors) : mixed
Parameters
-
$errors
: array<string|int, mixed>
-
logInfo()
public
logInfo(string $message[, array<string|int, mixed> $params = [] ]) : mixed
Parameters
-
$message
: string
-
-
$params
: array<string|int, mixed>
= []
-
logMethodErrors()
public
logMethodErrors(string $method, string $status, array<string|int, Error> $errors) : void
Parameters
-
$method
: string
-
-
$status
: string
-
-
$errors
: array<string|int, Error>
-
logMethodInfo()
public
logMethodInfo(string $method, string $status, string $message[, array<string|int, mixed> $params = [] ]) : void
Parameters
-
$method
: string
-
-
$status
: string
-
-
$message
: string
-
-
$params
: array<string|int, mixed>
= []
-