X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Focaml%2Fextlib%2FhLog.ml;h=4ad2b5ba4804c0a02ab1896c6bc4515418248cb4;hb=6c43a7f440daf19e2475b7eabd20456bdb0e9f76;hp=8d9fbe958586f69bb01f9025961da080255d6c6a;hpb=0ac236dda6f80f6dc86a7f12d8c88b25e64e3251;p=helm.git diff --git a/helm/ocaml/extlib/hLog.ml b/helm/ocaml/extlib/hLog.ml index 8d9fbe958..4ad2b5ba4 100644 --- a/helm/ocaml/extlib/hLog.ml +++ b/helm/ocaml/extlib/hLog.ml @@ -23,6 +23,8 @@ * http://helm.cs.unibo.it/ *) +(* $Id$ *) + open Printf type log_tag = [ `Debug | `Error | `Message | `Warning ]