Total Complexity | 2 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
21 | class StandardFileLoggerFactory |
||
22 | { |
||
23 | public const STANDARD_LOG_FILE = 'mediatools.log'; |
||
24 | public const ERROR_LOG_FILE = 'mediatools-error.log'; |
||
25 | |||
26 | 7 | public function __invoke(ContainerInterface $container): LoggerInterface |
|
46 | } |
||
47 | |||
48 | 7 | public static function getDefaultLogDirectory(): string |
|
53 |