PHP Interface AcmePhp\Cli\Monitoring\HandlerBuilderInterface

Show file Open project: acmephp/acmephp

Public Methods

Method Description
createHandler ( array $config ) : Monolog\Handler\HandlerInterface Create a handler usable with Monolog given a configuration.

Method Details

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