Registry / logging / richardknop-logging

richardknop-logging

JSON →
library0.0.0-20251209231334-9b7145a2bbb1gogounverified

Package logging provides a simple, structured logging library for Go applications.

go get github.com/RichardKnop/logging
INSTALL
IMPORT
SIG · RICHARDKNOP-LOGGIN
R
richardknop-logging
logginggov0.0.0-20251209231334-9b7145a2bbb1
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.

logging
github.com/RichardKnop/logging

Creates a logger and logs an info message

package main import ( "github.com/RichardKnop/logging" ) func main() { logger := logging.New(nil, nil, nil, nil) logger.Info("Hello, world!") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20251209231334-9b7145a2bbb1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
26
OpenAI (training)
1
Resources
richardknop-logging — go get richardknop-logging · libregistry