How can i monitor syslog messages in c# console app with TCP
- by djerry
Heya,
In my application, i need to monitor all messages sent by syslog.
I've tried with UDP, but after one message, i didn't respond anymore (no error, just no heads up anymore). And setting up a tcp server isn't really the solution either i think.
Can anyone guide me to a solution where i can log messages form syslog with tcp (normally on port 514).
Thanks in advance.