TopfmtConsole printing options
val dflt_gp : pp_global_paramsval deep_gp : pp_global_paramsval set_gp : Stdlib.Format.formatter -> pp_global_params -> unitval get_gp : Stdlib.Format.formatter -> pp_global_paramsval std_logger : ?qf:Quickfix.t list -> ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unitConsole display of feedback, we may add some location information
val emacs_logger : ?qf:Quickfix.t list -> ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unitval dump_tags : unit -> (string * Terminal.style) listError printing
val in_phase : phase:execution_phase -> ('a -> 'b) -> 'a -> 'bwith_output_to_file ~truncate file f x executes f x with logging redirected to a file file (starting empty if truncate:true, otherwise appending if it already exists).
val pr_cmd_header : Vernacexpr.vernac_control -> Pp.t