Registry / logging / bool64-ctxd

bool64-ctxd

JSON →
library1.2.1gogounverified

Package ctxd defines contextualized structured logging and error handling.

go get github.com/bool64/ctxd
INSTALL
IMPORT
SIG · BOOL64-CTXD
B
bool64-ctxd
logginggov1.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.

ctxd
github.com/bool64/ctxd

Logs a structured message with context.

package main import ( "context" "github.com/bool64/ctxd" ) func main() { ctx := context.Background() logger := ctxd.NewLogger() logger.Info(ctx, "Hello, world!", "key", "value") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
bool64-ctxd — go get bool64-ctxd · libregistry