Module Imandrakit_log.Log_reader

Log reader.

This abstraction allows one to read events back from some storage (typically, to display them in the web UI).

class type t = object ... end
class dummy : t
val accept_ev : only_above_level:Logs.level option -> filter_meta:(string * string) list -> Log_event.t -> bool
class of_file_jsonl : string -> t

Read from given file as JSONL