data-filter-channel="= $this->escape($log['channel']); ?>">
= $this->escape($log['priorityName']); ?>
= date('H:i:s', $log['timestamp']); ?>
|
= $this->escape($log['channel']); ?>
|
= $this->formatLogMessage($log['message'], $log['context']); ?>
= $this->escape(json_encode($log['context'], \JSON_PRETTY_PRINT | \JSON_UNESCAPED_UNICODE | \JSON_UNESCAPED_SLASHES)); ?>
|