Module Util.Info
val create : ?enabled:bool -> label -> tcreate a new message handle with label t . * Printing is disabled per default
val eprintf : ?raw:bool -> t -> ('a, unit, string, unit) Stdlib.format4 -> 'aPrint the message on
stderrif the Util module has been * set to verbose using the functionmake_verboseand * either the handletis enable or all handles were enabled with * the functionall_enabled
val enable : label -> unitenable lthe handle with labell
val disable : label -> unitdisable lthe handle with labell
val avalaible : unit -> label listreturn the list of all labels known to the module
val is_enabled : label -> bool