| 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 | 34 | public function __invoke(ContainerInterface $container) |
|
| 39 | |||
| 40 | 34 | private function addHandlers(Logger $logger, array $loggerConfig, ContainerInterface $container): void |
|
| 53 | } |
||
| 54 |