mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 17:46:09 +02:00
Added the support of a logging context
This commit is contained in:
@@ -67,6 +67,6 @@ class StreamHandler extends AbstractProcessingHandler
|
||||
throw new \UnexpectedValueException(sprintf('The stream or file "%s" could not be opened; it may be invalid or not writable.', $this->url));
|
||||
}
|
||||
}
|
||||
fwrite($this->stream, (string) $record['message']);
|
||||
fwrite($this->stream, (string) $record['formatted']);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user