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
val pp : t Imandrakit.Fmt.printer
val accept_ev :
only_above_level:Logs.level option ->
filter_meta:(string * Log_meta.t) list ->
Log_event.t ->
bool
class of_file_jsonl : string -> t
Read from given file as JSONL