Expand description
Start a task. Add an entry to the logfile marked with the current date and time and the supplied task description.
Errors
- Return
PathError::FilenameMissingif thefilehas no filename. - Return
PathError::InvalidPathif the path part offileis not a valid path. - Return
PathError::FileAccessif the file cannot be opened or created. - Return
PathError::FileWriteif the function fails to append to the file.