handle()
handle( $level, $message) : boolean
Handles logging the message.
If the handler returns false, then execution of handlers will stop. Any handlers that have not run, yet, will not be run.
Parameters
$level | ||
$message |
Expected behavior for a Log handler
setDateFormat(string $format) : \CodeIgniter\Log\Handlers\HandlerInterface
Sets the preferred date format to use when logging.
string | $format |
Loading…