Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
srslog
✓ github.com/RackSec/srslog
Sends a syslog message via TCP.
package main
import (
"github.com/RackSec/srslog"
)
func main() {
writer, _ := srslog.Dial("tcp", "localhost:514", srslog.LOG_INFO, "myapp")
writer.Info("Hello syslog!")
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20180709174129-a4725f04ec91latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.