1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-11 15:44:34 +02:00

Refactored the MailHandler to use the formatter to format the batch message

This commit is contained in:
Christophe Coevoet
2011-05-08 15:18:58 +02:00
parent f9590bb545
commit d3bc58a01c
4 changed files with 34 additions and 136 deletions

View File

@@ -41,7 +41,7 @@ class TestCase extends \PHPUnit_Framework_TestCase
$this->getRecord(Logger::ERROR, 'error')
);
}
/**
* @return Monolog\Formatter\FormatterInterface
*/