예제 #1
0
파일: Mixed.php 프로젝트: vgrish/dvelum
 public function log($message)
 {
     if (!$this->_logDb->log($message)) {
         $this->_logFile->log($message);
         $this->_logFile->log($this->_logDb->getLastError());
     }
 }