Inheritance: extends Monolog\Handler\AbstractProcessingHandler
Example #1
0
 protected function useSaeLog($level = 'debug')
 {
     $level = $this->parseLevel($level);
     $this->monolog->pushHandler($handler = new SaeLogHandler($level));
     $handler->setFormatter(new LineFormatter(null, null, true));
 }