@@ -20,6 +20,9 @@ |
||
20 | 20 | trait ExceptionLoggerTrait |
21 | 21 | { |
22 | 22 | |
23 | + /** |
|
24 | + * @param string $message |
|
25 | + */ |
|
23 | 26 | abstract protected function logImpl($level, $message, array $context = array()); |
24 | 27 | |
25 | 28 | /** |