Logger
Table of Contents
Methods
-
__construct()
: mixed
-
getCurrent()
: static
-
getField()
: null|string
-
log()
: AddResult
-
save()
: AddResult|null
-
setField()
: mixed
__construct()
public
__construct() : mixed
getCurrent()
public
static getCurrent() : static
getField()
public
getField(mixed $name) : null|string
Parameters
-
$name
: mixed
-
Return values
null|string
log()
public
static log(array<string|int, mixed> $params) : AddResult
Parameters
-
$params
: array<string|int, mixed>
-
-
throws
-
ArgumentException
save()
public
save() : AddResult|null
Return values
AddResult|null
setField()
public
setField(mixed $name, mixed $value) : mixed
Parameters
-
$name
: mixed
-
-
$value
: mixed
-