Logging Connector File
File connector for persisting TWIN log events to size-limited files on disk with rotation and retention.
Entries are written as newline delimited JSON through a persistent file handle. The connector assumes a single writer per file: one owner (process) should be responsible for a given log file, as it does not coordinate rotation across separate processes.