summaryrefslogtreecommitdiff
path: root/classes/logger/adapter.php
blob: b0287b5fa769e0007008f0573542d91483188443 (plain)
1
2
3
4
<?php
interface Logger_Adapter {
   function log_error(int $errno, string $errstr, string $file, int $line, string $context): bool;
}