Module Logging.Reporter

type t
val initialize : t -> unit

Calls a given reporter module's initialize function

val log : t -> Logging__.Report.t -> unit

Calls a given reporter module's log function

val wrap_up : t -> unit

Calls a given reporter module's wrap_up function