← Back to team overview

marionnet-dev team mailing list archive

[Branch ~marionnet-drivers/ocamlbricks/trunk] Rev 188: Major changes in Log_builder. The printing functions have now the optional parameter ?v:int (verb...

 

------------------------------------------------------------
revno: 188
committer: Jean-Vincent Loddo <loddo@xxxxxxxxxxxxxxxxxxxx>
branch nick: ocamlbricks
timestamp: Fri 2010-09-10 19:25:41 +0200
message:
  Major changes in Log_builder. The printing functions have now the optional parameter ?v:int (verbosity),
  the log channel is now expressed by a polymorphic variant [ `stdout | `stderr | `file of string ], and
  the name of functions of the functor parameter are now (may be) quite intuitive:
  module Make : functor
      (Tuning : sig
             val verbosity    : int
             val debug_level  : unit -> int
             val log_channel  : log_channel
             val synchronized : bool
           end) -> Result
modified:
  BASE/log_builder.ml
  BASE/log_builder.mli


--
lp:ocamlbricks
https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk

Your team marionnet-dev is subscribed to branch lp:ocamlbricks.
To unsubscribe from this branch go to https://code.launchpad.net/~marionnet-drivers/ocamlbricks/trunk/+edit-subscription