* [Caml-list] first release of dolog: the dumb ocaml logger
@ 2013-04-19 8:25 Francois Berenger
0 siblings, 0 replies; only message in thread
From: Francois Berenger @ 2013-04-19 8:25 UTC (permalink / raw)
To: caml-list
Dear list,
After an 'opam update', you should be able to see the dolog package.
Here is its minimalistic interface definition:
---
type log_level = FATAL | ERROR | WARN | INFO | DEBUG
val set_log_level : log_level -> unit
val set_output : out_channel -> unit
val fatal : string Lazy.t -> unit
val error : string Lazy.t -> unit
val warn : string Lazy.t -> unit
val info : string Lazy.t -> unit
val debug : string Lazy.t -> unit
---
The full source code can be found here:
https://github.com/HappyCrow/dolog
The license is a BSD one.
I believe the more complete logging alternative
is Xavier Clerc's Bolt (http://bolt.x9c.fr/).
Best regards,
Francois.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-04-19 8:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-19 8:25 [Caml-list] first release of dolog: the dumb ocaml logger Francois Berenger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox