ErrorLog.log(BackupLog.class, "Failed to update the project backup log file", ex);
}
}
private void writeEntry(XmlPersistor xml, Entry e) {
Persistor child = xml.createChild(ENTRY);
child.putString(FOLDER, e.folder.getAbsolutePath());
child.putLong(TIME, e.time);
child.putString(TYPE, e.type.name());
}