Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
thread-self
/
root
/
opt
/
php-8.3
/
share
/
doc
/
Log
/
examples
/
//proc/thread-self/root/opt/php-8.3/share/doc/Log/examples/sql.php
<?php require_once 'Log.php'; $conf = ['dsn' => 'pgsql://jon@localhost+unix/logs']; $logger = Log::singleton('sql', 'log_table', 'ident', $conf); for ($i = 0; $i < 10; $i++) { $logger->log("Log entry $i"); }