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:
@@ -19,7 +19,7 @@ use Monolog\Formatter\WildfireFormatter;
|
||||
*
|
||||
* @author Eric Clemmons (@ericclemmons) <eric@uxdriven.com>
|
||||
*/
|
||||
class FirePHPHandler extends AbstractHandler
|
||||
class FirePHPHandler extends AbstractProcessingHandler
|
||||
{
|
||||
/**
|
||||
* WildFire JSON header message format
|
||||
|
Reference in New Issue
Block a user