mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

Pass client address to handler #18

Closed abligh closed 9 years ago

abligh commented 9 years ago

Pass the client address to the syslog handler. We simply insert it into the map so as not to change the calling conventions or the syslog parser.

Note this goes on top of 'Do not use scanner to process datagrams" - pull request #17

abligh commented 9 years ago

thanks!

On 5 Jul 2015, at 22:56, M�ximo Cuadros notifications@github.com wrote:

Merged #18.

� Reply to this email directly or view it on GitHub.

Alex Bligh