Total Complexity | 1 |
Total Lines | 13 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
8 | class Controller extends BaseController |
||
9 | { |
||
10 | /** |
||
11 | * Logs and prints message to STDOUT. |
||
12 | * |
||
13 | * @param string $message |
||
14 | * @param string $category |
||
15 | * @param int $level |
||
16 | */ |
||
17 | protected function logAndPrint(string $message, string $category = 'application', int $level = Logger::LEVEL_INFO): void |
||
23 |