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