Creates a new instance of the ArchiverManager.
Optional
options: Partial<ArchiveOptions>Service setup options
Appends data to a JSONL file.
Data to append
Appends data to a JSONL file.
Data to append
Optional
filename: stringName of the file to append data to
Add a listener for the error
event, emitted when there is an error in a file handler
operation.
error
event
Error event listener
Add a listener for the rotate
event, emitted when a file is rotated.
error
event
Error event listener
Add a listener for the resolve
event, emitted when an operation is resolved.
resolve
event
Resolve event listener
Adds a listener for the handlerCleaned
event, emitted when a handler is cleaned up due to inactivity.
handlerCleaned
event
Handler cleaned event listener
Class responsible of managing jsonl file store operations