logging - Implement syslog to remote host in Windows service -


i've been looking implement sending log data remote syslog host windows service, far decent library based option have found udp remote syslog sender in poco net library. i'm interested in syslog tls described in rfc 5425, poco library doesn't support.

my question twofold, firstly have missed existing implementation of syslog windows supports sending remote host via tcp/tls? secondly, if no such implementation exists, looking write own (or perhaps extend poco one) - doesn't more complicated establishing secure tls session , putting syslog formatted text strings tcp socket, use .net tls implementation discussed here tls part. have missed something, not simple? or reason can't find libraries implement sort of syslog communication windows nobody wants this? missing brilliant alternative syslog every other windows dev using?

thanks in advance.

the packaged solution i've come across balabit. seems thing out there supports tls , rfc5425. if else has come across solution, i'd hear well.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -