Vagabond / erlang-syslog

Erlang port driver for interacting with syslog via syslog(3)
Other
87 stars 56 forks source link

specify destination server and port #18

Closed binarytemple closed 9 years ago

binarytemple commented 9 years ago

This is as much a question as an issue, is it possible to specify the destination server and port ?

binarytemple commented 9 years ago

Did some more digging around

#include <syslog.h>

So I guess it's just using a unix-domain local socket. Perhaps this could be a homework project.

Thanks