admin libs update

This commit is contained in:
Clemens Schwaighofer
2025-06-05 18:13:07 +09:00
parent e90387c1fc
commit 4b015505ff
7 changed files with 487 additions and 123 deletions

View File

@@ -82,6 +82,7 @@ $log->error('Cannot process data', ['error' => 'log']);
$log->critical('Critical message', ['critical' => 'log']);
$log->alert('Alert message', ['Alert' => 'log']);
$log->emergency('Emergency message', ['Emergency' => 'log']);
error_log('TRIGGER ERROR LOG MANUAL: Emergency');
print "Log File: " . $log->getLogFile() . "<br>";
$log->setLogFlag(Flag::per_run);