caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* A kind of syslog functionality
@ 2009-09-11  7:39 Michaël Grünewald
  2009-09-11  8:37 ` [Caml-list] " Stéphane Glondu
  0 siblings, 1 reply; 2+ messages in thread
From: Michaël Grünewald @ 2009-09-11  7:39 UTC (permalink / raw)
  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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Caml-list] A kind of syslog functionality
  2009-09-11  7:39 A kind of syslog functionality Michaël Grünewald
@ 2009-09-11  8:37 ` Stéphane Glondu
  0 siblings, 0 replies; 2+ messages in thread
From: Stéphane Glondu @ 2009-09-11  8:37 UTC (permalink / raw)
  To: Michaël Grünewald; +Cc: 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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-11  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-11  7:39 A kind of syslog functionality Michaël Grünewald
2009-09-11  8:37 ` [Caml-list] " Stéphane Glondu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).