
Writes each upstream String (or every element of a [String]) to disk under output_path. Rotate writes one file per input; append accumulates inputs into a single file joined by line_separator.
Transcript archive. Decode audio, transcribe it, and write each transcript to its own text file.
OCR dump. Read images, extract their text, and append every page into one growing log file.
mode must be rotate or append and every_n must be at least one; either violation aborts startup.file_extension is stripped, and an empty extension produces files with no suffix.line_separator is written verbatim between entries.output_path overwrites earlier files unless max_files turns it into a fixed-size ring.every_n and max_files can be retuned mid-run; every other key is captured at startup.Automated release