Registry / logging / alexstocks-log4go

alexstocks-log4go

JSON →
library1.0.7gogounverified

A level-based and highly configurable logging library for Go, inspired by Java's log4j.

go get github.com/AlexStocks/log4go
INSTALL
IMPORT
SIG · ALEXSTOCKS-LOG4GO
A
alexstocks-log4go
logginggov1.0.7
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.

log4go
github.com/AlexStocks/log4go

Create a default logger and log an info message

package main import ( "github.com/AlexStocks/log4go" ) func main() { log := log4go.NewDefaultLogger(log4go.DEBUG) log.Info("Hello, %s", "world") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
18
OpenAI (training)
1
Resources
alexstocks-log4go — go get alexstocks-log4go · libregistry