File manager - Edit - /var/www/payraty/helpdesk/vendor/opcodesio/log-viewer/src/Logs/SupervisorLog.php
Back
<?php namespace Opcodes\LogViewer\Logs; use Carbon\CarbonInterface; use Illuminate\Support\Carbon; use Opcodes\LogViewer\LogLevels\SupervisorLogLevel; class SupervisorLog extends Log { public static string $name = 'Supervisor'; public static string $regex = '/^(?<datetime>[0-9\-\s:,]+) (?<level>\w+) (?<message>.*)/'; public static string $levelClass = SupervisorLogLevel::class; public static function parseDatetime(?string $datetime): ?CarbonInterface { return $datetime ? Carbon::createFromFormat('Y-m-d H:i:s,u', $datetime) : null; } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings