package async_log

  1. Overview
  2. Docs

Module Async_log.ReaderSource

Sourceval pipe : [< Output.Format.machine_readable ] -> string -> Message.t Async_kernel.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.

Sourceval pipe_of_reader : [< Output.Format.machine_readable ] -> Async_unix.Reader.t -> Message.t Async_kernel.Pipe.Reader.t
Sourcemodule Expert : sig ... end