Logging.Reporter
type t
val initialize : t -> unit
Calls a given reporter module's initialize function
initialize
val log : t -> Logging__.Report.t -> unit
Calls a given reporter module's log function
log
val wrap_up : t -> unit
Calls a given reporter module's wrap_up function
wrap_up