How can i monitor syslog messages in c# console app with TCP

Posted by djerry on Stack Overflow See other posts from Stack Overflow or by djerry
Published on 2010-03-17T15:24:35Z Indexed on 2010/03/22 14:21 UTC
Read the original article Hit count: 539

Filed under:
|
|
|

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.

© Stack Overflow or respective owner

Related posts about c#

Related posts about tcp