Registry / logging / racksec-srslog

racksec-srslog

JSON →
library0.0.0-20180709174129-a4725f04ec91gogounverified

A Go syslog library with RFC 5424 support.

go get github.com/RackSec/srslog
INSTALL
IMPORT
SIG · RACKSEC-SRSLOG
R
racksec-srslog
logginggov0.0.0-20180709174129-a4725f04ec91
harness data pending
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.

Agent activity
34 hits · last 30 days
node
32
Resources
racksec-srslog — go get racksec-srslog · libregistry