module Environment:
VERBOSITY
via an environment variable read when the program
starts.
Example:
module M = Kwapp.Messages (Kwapp.Argv0) (Kwapp.Environment (struct let var = "VERBOSITY" end))
You can also adjust the verbosity by calling M.set
with a new value.
Parameters: |
|
val get : unit -> int
val set : int -> unit