Beispiel #1
0
 /**
  * @see \r8\iface\Log\Node::dispatch
  */
 public function dispatch(\r8\Log\Message $message)
 {
     if ($this->matcher->matches($message)) {
         $this->node->dispatch($message);
     }
     return $this;
 }
Beispiel #2
0
 /**
  * @see \r8\iface\Log\Node::dispatch
  */
 public function dispatch(\r8\Log\Message $message)
 {
     $this->node->dispatch($message);
     return $this;
 }