|
|
|
@ -23,6 +23,9 @@ val environment_info : ('a, F.formatter, unit) format -> 'a
|
|
|
|
|
val progress : ('a, F.formatter, unit) format -> 'a
|
|
|
|
|
(** print immediately to standard error unless --quiet is specified *)
|
|
|
|
|
|
|
|
|
|
val log_task : ('a, F.formatter, unit) format -> 'a
|
|
|
|
|
(** log progress in the log file and on the console unless there is an active task bar *)
|
|
|
|
|
|
|
|
|
|
val task_progress : f:(unit -> unit) -> (F.formatter -> 'a -> unit) -> 'a -> unit
|
|
|
|
|
(** [task_progress ~f pp x] executes [f] and log progress [pp x] in the log file and also on the
|
|
|
|
|
console unless there is an active task bar *)
|
|
|
|
|