Resque\Logger\Handler\Connector\CouchDBConnector::resolve PHP Method

resolve() public method

public resolve ( Command $command, Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output, array $args )
$command Symfony\Component\Console\Command\Command
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface
$args array
    public function resolve(Command $command, InputInterface $input, OutputInterface $output, array $args)
    {
        return new CouchDBHandler($args);
    }
CouchDBConnector