diff options
| author | Pierre-Marie Pédrot | 2016-10-12 21:54:05 +0200 |
|---|---|---|
| committer | Pierre-Marie Pédrot | 2016-10-12 21:54:05 +0200 |
| commit | 376b54ff8753496a54fb120e35cd1b8babb44ac9 (patch) | |
| tree | b55be0ecb60aae1a413fd7b275ccf8e32a76f1ca /lib/feedback.mli | |
| parent | d873f82c5024a496e8f1a14a9839e7f377d5f4bb (diff) | |
| parent | e1f25889f88e078dac0f3b454eb16a470dd5f9ae (diff) | |
Merge PR #224 into v8.6
Diffstat (limited to 'lib/feedback.mli')
| -rw-r--r-- | lib/feedback.mli | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/lib/feedback.mli b/lib/feedback.mli index 48b1c19a67..5160bd5bc1 100644 --- a/lib/feedback.mli +++ b/lib/feedback.mli @@ -72,11 +72,8 @@ val set_logger : logger -> unit (** [std_logger] standard logger to [stdout/stderr] *) val std_logger : logger -val color_terminal_logger : logger -(* This logger will apply the proper {!Pp_style} tags, and in - particular use the formatters {!Pp_control.std_ft} and - {!Pp_control.err_ft} to display those messages. Be careful this is - not compatible with the Emacs mode! *) +(** [init_color_output ()] Enable color in the std_logger *) +val init_color_output : unit -> unit (** [feedback_logger] will produce feedback messages instead IO events *) val feedback_logger : logger |
