Registry / logging / go-kit-log

go-kit-log

JSON →
library0.2.1gogounverified

Package log provides a structured logger.

go get github.com/go-kit/log
INSTALL
IMPORT
SIG · GO-KIT-LOG
G
go-kit-log
logginggov0.2.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.

log
github.com/go-kit/log

Create a logfmt logger and log a key-value pair.

package main import ( "github.com/go-kit/log" "os" ) func main() { logger := log.NewLogfmtLogger(os.Stdout) logger.Log("msg", "hello", "count", 3) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
go-kit-log — go get go-kit-log · libregistry