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