Registry / logging / withmandala-go-log

withmandala-go-log

JSON →
library0.1.0gogounverified

Package go-log provides a simple, opinionated logging library for Go applications.

go get github.com/withmandala/go-log
INSTALL
IMPORT
SIG · WITHMANDALA-GO-LOG
W
withmandala-go-log
logginggov0.1.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/withmandala/go-log

Creates a logger and logs an info message.

package main import ( "github.com/withmandala/go-log" ) func main() { logger := log.New(log.WithLevel(log.InfoLevel)) logger.Info("Application started") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
withmandala-go-log — go get withmandala-go-log · libregistry