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
|
abstract class AbstractHandler implements HandlerInterface
|
||||||
{
|
{
|
||||||
protected $level;
|
protected $level = Logger::DEBUG;
|
||||||
protected $bubble;
|
protected $bubble = false;
|
||||||
|
|
||||||
protected $formatter;
|
protected $formatter;
|
||||||
protected $processors = array();
|
protected $processors = array();
|
||||||
|
Reference in New Issue
Block a user