X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Focaml%2Flogger%2FhelmLogger.mli;h=6717e941063a0ad15435de3cb1166d454ccd5c85;hb=c5dad1d18ea23c4ce58d5f769ef2dc0a634240b8;hp=e31019e6ee7d442d894affb0149ed1ba78809aff;hpb=b6118150362700ed8f44b82cf6164d1c52c6d48f;p=helm.git diff --git a/helm/ocaml/logger/helmLogger.mli b/helm/ocaml/logger/helmLogger.mli index e31019e6e..6717e9410 100644 --- a/helm/ocaml/logger/helmLogger.mli +++ b/helm/ocaml/logger/helmLogger.mli @@ -7,9 +7,15 @@ type html_tag = ] type html_msg = [ `Error of html_tag | `Msg of html_tag ] + (** html_msg to plain text converter *) val string_of_html_msg: html_msg -> string + + (** html_msg to html text converter *) val html_of_html_msg: html_msg -> string + (** html_tag to html text converter *) +val html_of_html_tag: html_tag -> string + type logger_fun = ?append_NL:bool -> html_msg -> unit val register_log_callback: logger_fun -> unit