]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_debugger.mli
split into two major parts:
[helm.git] / helm / http_getter / http_getter_debugger.mli
index cd9da6732a059fa67cff0e02c72f4f4439c40d0b..461e2a1a73f5d75c2799a8667704277675065746 100644 (file)
@@ -1,5 +1,5 @@
 (*
- * Copyright (C) 2003:
+ * Copyright (C) 2003-2004:
  *    Stefano Zacchiroli <zack@cs.unibo.it>
  *    for the HELM Team http://helm.cs.unibo.it/
  *
  *  http://helm.cs.unibo.it/
  *)
 
-val debug: bool
+  (** enable/disable debugging messages *)
+val debug: bool ref
+
+  (** output a debugging message *)
 val debug_print: string -> unit
 
+  (** if set to Some fname, fname will be used as a logfile, otherwise stderr
+   * will be used *)
+val get_logfile: unit -> string option
+val set_logfile: string option -> unit
+val close_logfile: unit -> unit
+