1 | <?php |
||
11 | class AppLoggerFactory |
||
12 | { |
||
13 | /** |
||
14 | * @param ContainerInterface $container |
||
15 | * @return Logger |
||
16 | * @throws \Psr\Container\ContainerExceptionInterface |
||
17 | * @throws \Psr\Container\NotFoundExceptionInterface |
||
18 | * @throws \Exception |
||
19 | */ |
||
20 | 136 | public function __invoke(ContainerInterface $container) |
|
39 | |||
40 | 136 | private function addHandlers(Logger $logger, array $loggerConfig, ContainerInterface $container): void |
|
53 | } |
||
54 |