syslog: Provide stub functions for openlog and syslog.
authorGurucharan Shetty <gshetty@nicira.com>
Mon, 6 Jan 2014 21:54:21 +0000 (13:54 -0800)
committerGurucharan Shetty <gshetty@nicira.com>
Fri, 24 Jan 2014 15:59:02 +0000 (07:59 -0800)
commit5a6af13f9645865b21c144a5a46aed79f8d8f2e5
tree5f0627e772aa1d05928c9f437211ed6ac6c42df3
parentfa5b8c6724f3fdfd290c414ec194c8948e57e775
syslog: Provide stub functions for openlog and syslog.

One option to implement openlog and syslog functionality in Windows
is to use windows event logger. But it looks like it involves changing
registry settings and in general looks complicated.

For the time being, do nothing for syslog. All the information needed for
debugging will be present through the 'file' option anyways.

We can start OVS daemons on Windows with "-vfile:info -vsyslog:off".

Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
include/windows/syslog.h
lib/vlog-unixctl.man
lib/vlog.man
utilities/ovs-appctl.8.in