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