Exemplo n.º 1
0
 /**
  * Exports log [[messages]] to a specific destination.
  * Child classes must implement this method.
  */
 public function export()
 {
     $this->slack->send(null, $this->emoji, $this->getAttachments());
 }
Exemplo n.º 2
0
 /**
  * Exports log [[messages]] to a specific destination.
  * Child classes must implement this method.
  */
 public function export()
 {
     $this->slack->send("Log message", $this->emoji, $this->getAttachments());
 }