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