@@ -60,6 +60,9 @@ |
||
60 | 60 | return $this->createLogger($container, $requestedName); |
61 | 61 | } |
62 | 62 | |
63 | + /** |
|
64 | + * @param ContainerInterface $container |
|
65 | + */ |
|
63 | 66 | private function createLogger($container, $requestedName): Logger |
64 | 67 | { |
65 | 68 | $config = $this->getConfig($container); |