]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_debugger.mli
Ported to Helm_registry.
[helm.git] / helm / http_getter / http_getter_debugger.mli
index 72a5f172fe3b0c331238af4404c2077235a9ffd7..461e2a1a73f5d75c2799a8667704277675065746 100644 (file)
@@ -1,5 +1,7 @@
 (*
- *  Copyright (C) 2003, HELM Team.
+ * Copyright (C) 2003-2004:
+ *    Stefano Zacchiroli <zack@cs.unibo.it>
+ *    for the HELM Team http://helm.cs.unibo.it/
  *
  *  This file is part of HELM, an Hypertextual, Electronic
  *  Library of Mathematics, developed at the Computer Science
  *  MA  02111-1307, USA.
  *
  *  For details, see the HELM World-Wide-Web page,
- *  http://cs.unibo.it/helm/.
+ *  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
+