Exemplo n.º 1
0
 public function getLogContext()
 {
     $context = array('from' => $this->message->getFrom(), 'subject' => $this->message->getSubject(), 'body' => $this->message->getMessage());
     return array_merge(parent::getLogContext(), $context);
 }