示例#1
0
 /**
  * Exports log [[messages]] to a specific destination.
  * Child classes must implement this method.
  */
 public function export()
 {
     $this->slack->send($this->logMessage, $this->emoji, $this->getAttachments());
 }