]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_proof_checking/cicLogger.mli
new logger
[helm.git] / helm / ocaml / cic_proof_checking / cicLogger.mli
index 781abdef6e9a7b6275e14935df9336ddb3cf0a31..848b30573cce84d618929e1f1db4ddb81a670df8 100644 (file)
@@ -28,13 +28,6 @@ type msg =
  | `Type_checking_completed of UriManager.uri
  | `Trusting of UriManager.uri
  ]
-;;
 
-(* A callback that can be used to log to html *)
-val log_to_html : print_and_flush:(string -> unit) -> msg -> unit
+val log: msg -> unit
 
-(* The log function used. The default does nothing. *)
-val log_callback : (msg -> unit) ref
-
-(* Log something via log_callback *)
-val log : msg -> unit