mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 05:07:36 +02:00
CS
This commit is contained in:
@@ -127,7 +127,7 @@ class StreamHandler extends AbstractProcessingHandler
|
|||||||
*/
|
*/
|
||||||
protected function streamWrite($stream, array $record)
|
protected function streamWrite($stream, array $record)
|
||||||
{
|
{
|
||||||
fwrite($stream, (string)$record['formatted']);
|
fwrite($stream, (string) $record['formatted']);
|
||||||
}
|
}
|
||||||
|
|
||||||
private function customErrorHandler($code, $msg)
|
private function customErrorHandler($code, $msg)
|
||||||
|
Reference in New Issue
Block a user