PHP Interface AcmePhp\Cli\Monitoring\HandlerBuilderInterface

Afficher le fichier Open project: acmephp/acmephp

Méthodes publiques

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

Method Details

createHandler() public méthode

Create a handler usable with Monolog given a configuration.
public createHandler ( array $config ) : Monolog\Handler\HandlerInterface
$config array
Résultat Monolog\Handler\HandlerInterface