IDataLogger
in
Interface IDataLogger
Tags
Table of Contents
Methods
- logData() : void
- allows to log custom data, similar to how logException works
Methods
logData()
allows to log custom data, similar to how logException works
public
logData(string $message, array<string|int, mixed> $data[, array<string|int, mixed> $context = [] ]) : void
Parameters
- $message : string
- $data : array<string|int, mixed>
- $context : array<string|int, mixed> = []