示例#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());
     }
 }