D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
dateitor
/
public_html
/
vendor
/
opcodesio
/
log-viewer
/
src
/
Logs
/
Filename :
PhpFpmLog.php
back
Copy
<?php namespace Opcodes\LogViewer\Logs; class PhpFpmLog extends Log { public static string $name = 'PHP-FPM'; public static string $regex = '/\[(?<datetime>[^\]]+)\] (?<level>\S+): (?<message>.*)/'; }