public LogEntry(LogEntry log)
 {
     log.CopyTo(this);
 }