Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[Caml-list] A kind of syslog functionality

1 view
Skip to first unread message

Michaël Grünewald

unread,
Sep 11, 2009, 3:40:04 AM9/11/09
to OCaml List
Dear list,

I am looking for a way to gather the messages coming from various
modules of a program and selectively dispatch them to STDERR, a log
file, or whatever.

A module processing the messages in a manner similar to the `syslog'
found on UNIX systems would be nice.
--
Best regards,
Micha�l

_______________________________________________
Caml-list mailing list. Subscription management:
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list
Archives: http://caml.inria.fr
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners
Bug reports: http://caml.inria.fr/bin/caml-bugs

Stéphane Glondu

unread,
Sep 11, 2009, 4:37:36 AM9/11/09
to Michaël Grünewald, OCaml List
Michaël Grünewald a écrit :

> A module processing the messages in a manner similar to the `syslog'
> found on UNIX systems would be nice.

There is an implementation of the syslog protocol itself in OCaml:

http://homepage.mac.com/letaris/

It is also available as package in Debian (and Ubuntu).


Cheers,

--
Stéphane

0 new messages