mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-22 00:56:08 +02:00
Added the support of a logging context
This commit is contained in:
@@ -36,7 +36,7 @@ abstract class AbstractProcessingHandler extends AbstractHandler
|
||||
|
||||
$record = $this->processRecord($record);
|
||||
|
||||
$record['message'] = $this->getFormatter()->format($record);
|
||||
$record['formatted'] = $this->getFormatter()->format($record);
|
||||
|
||||
$this->write($record);
|
||||
|
||||
|
Reference in New Issue
Block a user