canHandle() canHandle(string $level) : boolean Checks whether the Handler will handle logging items of this log Level. Parameters string $level Returns boolean
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 Throws \Exception Returns boolean
setDateFormat() setDateFormat(string $format) : \CodeIgniter\Log\Handlers\HandlerInterface Stores the date format to use while logging messages. Parameters string $format Returns \CodeIgniter\Log\Handlers\HandlerInterface