benoitc dae4d38705 add syslog support.
Add options to setup logging to syslog:

- `--log-syslog`: enable syslog. It default to `/var/run/syslog` on darwin,
  `/var/run/log` on freebsd, `/dev/log` on openbsd and udp://localhost:514 for
  other platforms.
- `--log-syslog-prefix: Pass the parameter to use as the program name
- `--log-syslog-to`: Setup the syslog address to send message. Address startinf
  by udp:// will send to udp, unix:// to a unix socket and tcp:// to tcp (useful
  for rsyslog)

fix #452 .
2012-12-25 06:19:06 +01:00
..
2012-12-24 09:53:03 +01:00
2012-12-25 06:19:06 +01:00
2012-12-24 09:53:03 +01:00
2012-12-25 06:19:06 +01:00
2012-12-25 06:19:06 +01:00
2012-12-25 06:19:06 +01:00