What's this This is an implementation of syslog daemon and client for native win32 platform. It complies to RFC 3164, The BSD Syslog Protocol.
What for Maybe you are: porting existing UNIX software to native win32 platform; writing portable software; writing pure windows software but understanding that EventLog sucks and looking for an alternative. I hope that in any of these cases this stuff will be useful for you. Of course, you may just use the daemon as the network message collector. But in this case you better look at UNIX.
Legal issues The source code of the daemon and the client library IS NOT COPYRIGHTED and is offered for use in the public domain. You may use, modify or distribute it freely. However, the project includes syslog header file, logger utility and the test based on it. This stuff is distributed under the BSD license. The daemon uses Glib, libiconv and libintl libraries and the binary distribution includes them under the LGPL license.