예제 #1
0
 /**
  * {@inheritdoc}
  * @return Boolean Whether the record has been processed
  */
 public function isHandling($level)
 {
     return $this->parentLogger->isHandling($level);
 }