Registry / logging / ledgerwatch-log-v3

ledgerwatch-log-v3

JSON →
library3.9.0gogounverified

A structured logging library for Go, inspired by log15, with support for key-value pairs, multiple handlers, and lazy evaluation.

go get github.com/ledgerwatch/log/v3
INSTALL
IMPORT
SIG · LEDGERWATCH-LOG-V3
L
ledgerwatch-log-v3
logginggov3.9.0
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/ledgerwatch/log/v3

Minimal example logging an info message with key-value context.

package main import ( "github.com/ledgerwatch/log/v3" ) func main() { log.Info("Hello, world!", "key", "value") }
Debug
Known issues
gotchaThis is a fork of log15; the API may differ from the original log15 package.
fix
Check the documentation for any API changes if migrating from log15.
affects: >=3.0.0
Upgrade
Version history
3.9.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
20
Resources
ledgerwatch-log-v3 — go get ledgerwatch-log-v3 · libregistry