Module Process.Logged
val eval : ?context:Context.t -> ?capture:bool -> ?log:(Shexp_sexp.Std.Sexp.t -> unit) -> 'a t -> 'aCall the given log function for every event. The log function default to printing to stderr.
If
captureistrue, then anything printed on the originalstdout/stderris captured and becomes part of the trace.