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