Registry / logging / aaronland-go-log-v2

aaronland-go-log-v2

JSON →
library2.0.0gogounverified

Package log provides a logging interface and implementations for Go applications.

go get github.com/aaronland/go-log/v2
INSTALL
IMPORT
SIG · AARONLAND-GO-LOG-V
A
aaronland-go-log-v2
logginggov2.0.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/aaronland/go-log/v2

Creates a default logger and logs an info message.

package main import ( "github.com/aaronland/go-log/v2" ) func main() { logger := log.DefaultLogger() logger.Info("Hello, world!") }
Debug
Known issues
breakingv2 uses a different import path (with /v2 suffix) and may have breaking API changes from v1.
fix
Use import path github.com/aaronland/go-log/v2 and update code accordingly.
affects: >=2.0.0
Upgrade
Version history
2.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
48 hits · last 30 days
node
40
OpenAI (training)
1
Resources