WINGs: Add support for syslog messaging
commita3ce005980c6e4c0e4201292e32adffb62139495
authorDavid Maciejak <david.maciejak@gmail.com>
Sat, 1 Mar 2014 18:09:53 +0000 (1 19:09 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 24 Apr 2014 09:47:45 +0000 (24 10:47 +0100)
tree2e5386ffc80fac271be87f13d0df0e27bca4bd26
parentccd96d15637595d18f9702b0490afb09a0bfab94
WINGs: Add support for syslog messaging

This patch is used to add support for syslog messaging implemented in
WINGs lib directly, so available from the lib itself and wmaker too.
I believe it will in a first time help to get some logging info
centralized in one point, and in a second time maybe add some info
level messages like wmaker is starting, stopping, restarting and else.

For now, it's built by default when the syslog support is found, maybe
we could also disable it by default.
WINGs/Makefile.am
WINGs/WINGs/WUtil.h
WINGs/error.c
WINGs/error.h [new file with mode: 0644]
WINGs/misc.c
configure.ac
src/main.c