package dose3

  1. Overview
  2. Docs
Dose library (part of Mancoosi tools)

Install

Dune Dependency

Authors

Maintainers

Sources

dose3-7.0.0.tar.gz
md5=bc99cbcea8fca29dca3ebbee54be45e1
sha512=98dc4bd28e9f4aa8384be71b31783ae1afac577ea587118b8457b554ffe302c98e83d0098971e6b81803ee5c4f2befe3a98ef196d6b0da8feb4121e982ad5c2f

doc/dose3.common/Dose_common/Util/Info/index.html

Module Util.InfoSource

Sourcetype t
Sourceval create : ?enabled:bool -> label -> t

create a new message handle with label t . * Printing is disabled per default

Sourceval eprintf : ?raw:bool -> t -> ('a, unit, string, unit) format4 -> 'a

Print the message on stderr if the Util module has been * set to verbose using the function make_verbose and * either the handle t is enable or all handles were enabled with * the function all_enabled

Sourceval enable : label -> unit

enable l the handle with label l

Sourceval disable : label -> unit

disable l the handle with label l

Sourceval all_disabled : unit -> unit

disable all handles in the module

Sourceval all_enabled : unit -> unit

enable all handles in the module

Sourceval avalaible : unit -> label list

return the list of all labels known to the module

Sourceval is_enabled : label -> bool
OCaml

Innovation. Community. Security.