protected function _write(lmbLogEntry $entry)
 {
     $this->_appendToFile($this->getLogFile(), $entry->getTitle(), $entry->toString(), $entry->getTime());
 }
 function write(lmbLogEntry $entry)
 {
     echo $entry->toString();
 }