Registry / logging / whyrusleeping-go-logging

whyrusleeping-go-logging

JSON →
library0.0.1gogounverified

Package logging implements a logging infrastructure supporting multiple backends like syslog, file, and memory.

go get github.com/whyrusleeping/go-logging
INSTALL
IMPORT
SIG · WHYRUSLEEPING-GO-L
W
whyrusleeping-go-logging
logginggov0.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.

logging
github.com/whyrusleeping/go-logging

Set log level and log an info message.

package main import ( "github.com/whyrusleeping/go-logging" ) func main() { logging.SetLevel(logging.INFO, "example") logging.Info("This is an info message") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
44 hits · last 30 days
node
40
Resources
whyrusleeping-go-logging — go get whyrusleeping-go-logging · libregistry