예제 #1
0
파일: Log.php 프로젝트: postfix/sylar
 public function call(Alert $alert)
 {
     return (bool) fwrite($this->getFileHandler(), $alert->getInfo() . PHP_EOL);
 }