@@ -34,23 +34,23 @@ |
||
| 34 | 34 | |
| 35 | 35 | if ($context) { |
| 36 | 36 | $contextString = strtr( |
| 37 | - self::CONTEXT_FORMAT, |
|
| 38 | - [ |
|
| 37 | + self::CONTEXT_FORMAT, |
|
| 38 | + [ |
|
| 39 | 39 | '%context%' => $this->dumper->dump($context), |
| 40 | - ] |
|
| 40 | + ] |
|
| 41 | 41 | ); |
| 42 | 42 | } |
| 43 | 43 | |
| 44 | 44 | $string = strtr( |
| 45 | - self::FORMAT, |
|
| 46 | - [ |
|
| 45 | + self::FORMAT, |
|
| 46 | + [ |
|
| 47 | 47 | '%datetime%' => $record->getDatetime()->format( |
| 48 | - static::DATETIME_FORMAT |
|
| 48 | + static::DATETIME_FORMAT |
|
| 49 | 49 | ), |
| 50 | 50 | '%level%' => $record->getLevel(), |
| 51 | 51 | '%message%' => $record->getMessage(), |
| 52 | 52 | '%contextPlaceholder%' => $contextString, |
| 53 | - ] |
|
| 53 | + ] |
|
| 54 | 54 | ); |
| 55 | 55 | |
| 56 | 56 | return $string; |