| 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 | 33 | public function __invoke(ContainerInterface $container) |
|
| 48 | } |
||
| 49 |