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 : ?pre_hdr:Pp.t -> Feedback.level -> Pp.t -> unitConsole display of feedback, we may add some location information
val emacs_logger : ?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 file f x executes f x with logging redirected to a file file
val pr_cmd_header : Vernacexpr.vernac_control -> Pp.t