@@ -47,6 +47,9 @@ |
||
47 | 47 | return Factory::create($name,$config); |
48 | 48 | } |
49 | 49 | |
50 | + /** |
|
51 | + * @param \Monolog\Handler\HandlerInterface $handler |
|
52 | + */ |
|
50 | 53 | protected function attachHandler($handler){ |
51 | 54 | $this->logger->pushHandler($handler); |
52 | 55 | } |