Registry / logging / wiggin77-srslog

wiggin77-srslog

JSON →
library1.0.1gogounverified

A syslog library for Go with support for RFC 5424 and RFC 3164.

go get github.com/wiggin77/srslog
INSTALL
IMPORT
SIG · WIGGIN77-SRSLOG
W
wiggin77-srslog
logginggov1.0.1
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/wiggin77/srslog

Send a syslog message to a remote server.

package main import ( "github.com/wiggin77/srslog" ) func main() { w, _ := srslog.Dial("tcp", "localhost:514", srslog.LOG_INFO, "myapp") w.Info("Hello, syslog!") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
36
Resources
wiggin77-srslog — go get wiggin77-srslog · libregistry