Function append_log_entry
Source pub fn append_log_entry(
bundle_root: &Path,
date: Date,
kind: &str,
text: &str,
) -> Result<PathBuf>
Expand description
Appends an entry to log.md in the bundle root, creating the file if needed.
ยงErrors
Returns an io::Error if reading or writing log.md fails.