Logger
Table of Contents
Methods
-
__construct()
: mixed
-
log()
: void
-
logArray()
: void
-
logErrors()
: void
-
logThrowable()
: void
__construct()
public
__construct(string $uniqueString) : mixed
Parameters
-
$uniqueString
: string
-
log()
public
log(string $text) : void
Parameters
-
$text
: string
-
logArray()
public
logArray(array<string|int, mixed> $array) : void
Parameters
-
$array
: array<string|int, mixed>
-
logErrors()
public
logErrors(ErrorCollection $errors) : void
Parameters
-
$errors
: ErrorCollection
-
logThrowable()
public
logThrowable(Throwable $throwable) : void
Parameters
-
$throwable
: Throwable
-