AcmePhp\Cli\Monitoring\HandlerBuilderInterface::createHandler PHP Method

createHandler() public method

Create a handler usable with Monolog given a configuration.
public createHandler ( array $config ) : Monolog\Handler\HandlerInterface
$config array
return Monolog\Handler\HandlerInterface
    public function createHandler($config);
HandlerBuilderInterface