mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-23 09:36:11 +02:00
Before, the write method would alter the $record array and then call parent::write(). Now the method builds the string which should be written into the stream and then does it himself. I had to change two methods to be protected so the PushoverHandler could call them.