Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
15 | public function __construct() |
||
16 | { |
||
17 | $config = \BFW\Application::getInstance()->getConfig(); |
||
18 | $this->monolog = new \BFW\Monolog('bfw', $config); |
||
19 | $this->monolog->addAllHandlers('handlers', 'monolog.php'); |
||
20 | |||
21 | $this->monolog->getLogger()->debug( |
||
22 | 'Currently during the initialization framework step.' |
||
23 | ); |
||
44 |