Example #1
0
 /**
  * Write a message to the log.
  *
  * @param  array  $event  event data
  * @return void
  */
 protected function _write($event)
 {
     $line = $this->_formatter->format($event);
     echo $line;
 }