コード例 #1
0
 protected function _write(lmbLogEntry $entry)
 {
     $this->_appendToFile($this->getLogFile(), $entry->getTitle(), $entry->toString(), $entry->getTime());
 }
コード例 #2
0
 function write(lmbLogEntry $entry)
 {
     echo $entry->toString();
 }