I want the emacs lisp code to append some data to a log file from emacs. The log file is large so I don't want to read it into memory.
I just need to open the log file, append some data to it, close it. I never need to see or manually edit the content.
>>
) to append the new data? – Jeseniajesh