Module Log_extended.Reader
val pipe : [< Async_unix__Log.Output.Format.machine_readable ] -> string -> Async_unix__Log.Message.t Async_unix__.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 timepipe
is called.
val pipe_of_reader : [< Async_unix__Log.Output.Format.machine_readable ] -> Async_unix.Reader.t -> Async_unix__Log.Message.t Async_unix__.Import.Pipe.Reader.t
module Expert : sig ... end