module Reader:sig
..end
val pipe : [< Log.Output.machine_readable_format ] ->
string -> Log.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.