Source File
doc.go
Belonging Package
go.pact.im/x/logs
// Package logs provides [Logger], an alternative [slog] frontend with// configurable time source and program counter capture.//// Logger has no convenience methods. Call [Logger.Log] directly with a level,// context, and attributes. Use [Logger.WithTime] to change the time source,// and [Logger.WithCapturePC] / [Logger.WithSkipPC] to control PC capture.package logs
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)