repositorypackage
0.0.0-20180426113420-8a9fdf1a8529
Repository: https://github.com/ziutek/syslog.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# README
Using this library you can easy implement your own syslog server that:
-
Can listen on multiple UDP ports and unix domain sockets.
-
Can pass parsed syslog messages to your own handlers so your code can analyze and respond for them.
See documentation and example server.