Does the WinSyslog Daemon support RFC 3195 Cooked flavour?
Can anyone explain, very short, how to implement reliable syslog on the client-side of an application? Or, is it more common to use a third party product to solve this?
At the moment I use a code snippet that sends the audit records to the Syslog Daemon by UDP. Now I wonder if it is worth the effort to try to create such a client (in C#) that supports reliable syslogging? I doubt it, because the more I've read about syslog and reliable syslog, the more I understand the complexity and size of the area of syslogging.
Puh... any advice and information would be helpful.
Thank you, Joshua


