1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 16:46:11 +02:00

Refactored the AbstractHandler to avoid having some dummy write() methods

This commit is contained in:
Christophe Coevoet
2011-05-11 18:43:04 +02:00
parent 1d6697294d
commit 0defabb726
11 changed files with 103 additions and 82 deletions

View File

@@ -27,7 +27,7 @@ use Monolog\Logger;
*
* @author Sven Paulus <sven@karlsruhe.org>
*/
class SyslogHandler extends AbstractHandler
class SyslogHandler extends AbstractProcessingHandler
{
/**
* Translates Monolog log levels to syslog log priorities.