Conditions | 2 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | public function __construct(ConfigInterface $configInterface) |
||
19 | { |
||
20 | $this->configInterface = $configInterface; |
||
21 | $this->fileLogger = new \WebServCo\Framework\Log\FileLogger( |
||
22 | \WebServCo\Framework\Helpers\PhpHelper::isCli() ? 'errorCLI' : 'error', |
||
23 | $this->configInterface->get('app/path/log'), |
||
24 | ); |
||
44 |