chabiselx/debuggertools

There is no license information available for the latest version (0.2.27) of this package.

Create a log for understand algorithm

0.2.27 2024-04-15 14:35 UTC

README

create a log : POO $CustomLog = new CustomLog($ArrayOfOption); $CustomLog->logger($dateToLog);

static

CustomLog::SLogger($dateToLog, ArrayOfOption)

create a time logger

$CustomLog = new CustomLog($ArrayOfOption);
$CustomLog->time("label");
sleep(5);
$CustomLog->time("label");