On 21-12-2010, Gregory Bellier <gregory.bell...@gmail.com> wrote:
> Hello.
>
> Until now, whenever I needed to log something, I used my own function
> to log. From now on, I face new problems and I would like to use
> syslog to get rid of my logging functions and use the proper unix
> ones. However, from what I've seen, syslog logs in messages, user,...
> but I can't log in a specific file like "my_project.log" unless I hack
> in /etc/syslog.cnf (I don't recall the exact path).
>
> How do you do in your projects ? I tried the following package:
> libsyslog-ocaml-dev on Debian.
>
> Thanks in advance for any inputs.

There is also Lwt_log.
http://ocsigen.org/lwt/doc/api/Lwt_log.html

Regards,
Sylvain Le Gall

_______________________________________________
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

Reply via email to