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