Module Async_unix.Log.Reader

val pipe : [< Output.machine_readable_format ] ‑> string ‑> Message.t Import.Pipe.Reader.t

pipe format filename returns a pipe of all the messages in the log. Errors encountered when opening or reading the file will be thrown as exceptions into the monitor current at the time pipe is called.

module Expert : sig ... end