Module type Dose_common__Util.Messages
val create : ?enabled:bool -> label -> t
create a new message handle with label t . * Printing is disabled per default
val eprintf : ?raw:bool -> t -> ('a, unit, string, unit) Stdlib.format4 -> 'a
Print the message on
stderr
if the Util module has been * set to verbose using the functionmake_verbose
and * either the handlet
is enable or all handles were enabled with * the functionall_enabled
val enable : label -> unit
enable l
the handle with labell
val disable : label -> unit
disable l
the handle with labell
val avalaible : unit -> label list
return the list of all labels known to the module
val is_enabled : label -> bool