mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 19:57:41 +02:00
Make the AbstractHandler have proper default in case the constructor is overriden and not called
This commit is contained in:
@@ -24,8 +24,8 @@ use Monolog\Formatter\LineFormatter;
|
||||
*/
|
||||
abstract class AbstractHandler implements HandlerInterface
|
||||
{
|
||||
protected $level;
|
||||
protected $bubble;
|
||||
protected $level = Logger::DEBUG;
|
||||
protected $bubble = false;
|
||||
|
||||
protected $formatter;
|
||||
protected $processors = array();
|
||||
|
Reference in New Issue
Block a user