dumpLog
Less than 1 minute
dumpLog
dumpLog
Logs the provided data with a timestamp.
public dumpLog(mixed $data): void
This function logs the provided data with a timestamp to the global log array. The dump log will be displayed when the dump function is called. This allows for dumping data without immediately halting the script.
Parameters
Parameter | Type | Description |
---|---|---|
$data | mixed | the data to be logged |
Generated by Hazaar API Doc Generator