Resque\Logger\Handler\ConsoleHandler::handle PHP Метод

handle() публичный Метод

public handle ( array $record )
$record array
    public function handle(array $record)
    {
        // we have to update the logging level each time because the verbosity of the
        // console output might have changed in the meantime (it is not immutable)
        return $this->updateLevel() and parent::handle($record);
    }