Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class LoggerPluginConfiguration extends PluginConfiguration implements LoggerPluginConfigurationInterface |
||
20 | { |
||
21 | public const LOGGER_NAME_DEFAULT = 'default'; |
||
22 | |||
23 | 1 | public function getLoggerDefaultName(): string |
|
26 | } |
||
27 | |||
28 | 1 | public function getLoggerProviderTypeConfig(string $loggerName): LoggerProviderTypeConfigurationInterface |
|
33 |