Registry / logging / juju-loggo

juju-loggo

JSON →
library1.0.0gogounverified

A Go logging library providing structured logging with configurable writers and levels.

go get github.com/juju/loggo
INSTALL
IMPORT
SIG · JUJU-LOGGO
J
juju-loggo
logginggov1.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.

loggo
github.com/juju/loggo

Get a logger and log an info message.

package main import ( "github.com/juju/loggo" ) func main() { logger := loggo.GetLogger("main") logger.Infof("Hello, world!") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
22
OpenAI (training)
1
Resources
juju-loggo — go get juju-loggo · libregistry