Available on crate feature
asynchronous
only.Expand description
Contains readers for when working in an asynchronous environment like Tokio.
Structs§
- Live
LogDir Reader - The async variant of [super::blocking::LiveLogDirReader]. Watches the whole journal dir and reads all files. Once all historic files have been read the current read will only resolve once the newest log file is changed at which it will read the active log file and return the entry.
- Live
LogFile Reader - LogDir
Reader - LogFile
Reader