-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hello,
i have tested your example and i get an error.
my code
$logFile = 'log/app.log';
$reader = new LogReader($logFile);
foreach ($reader as $log) {
echo sprintf("The log entry was written at %s. \n", $log['date']->format('Y-m-d h:i:s'));
}My Logfile has 45 entries.
i get this error:
Call to a member function format() on null at line echo sprintf("The log entry was written at %s. \n", $log['date']->format('Y-m-d h:i:s'));
Metadata
Metadata
Assignees
Labels
No labels