/** * {@inheritdoc} * @return Boolean Whether the record has been processed */ public function critical($message, array $context = []) { return $this->parentLogger->critical($message, ['channel' => $this->name] + $context); }