Registry / logging / sykesm-zap-logfmt

sykesm-zap-logfmt

JSON →
library0.0.4gogounverified

A zap encoder that formats log entries in logfmt format.

logging
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.

github.com/sykesm/zap-logfmt

Create a zap logger with logfmt encoding.

package main import ( "go.uber.org/zap" zaplogfmt "github.com/sykesm/zap-logfmt" ) func main() { cfg := zap.NewProductionConfig() cfg.EncoderConfig = zaplogfmt.EncoderConfig logger, _ := cfg.Build() logger.Info("hello") }
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
20 hits · last 30 days
gptbot
3
bytedance
3
claudebot
3
ahrefsbot
1
Resources