@@ -14,8 +14,8 @@ |
||
| 14 | 14 | $date = $record['datetime']; |
| 15 | 15 | $output = array(sprintf("%s %s", $record['level_name'], $date->format("d.m.Y H:i:s"))); |
| 16 | 16 | $output[] = $record['message']; |
| 17 | - if(!empty($record['context'])) { |
|
| 18 | - if(is_array($record['context'])) { |
|
| 17 | + if (!empty($record['context'])) { |
|
| 18 | + if (is_array($record['context'])) { |
|
| 19 | 19 | $output[] = print_r($record['context'], true); |
| 20 | 20 | } else { |
| 21 | 21 | $output[] = $record['context']; |