Registry / logging / logs
library0.0.7gogounverified

Package logs provides structured logging utilities for Go applications.

go get gomodules.xyz/logs
INSTALL
IMPORT
SIG · LOGS
L
logs
logginggov0.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.

logs
gomodules.xyz/logs

Minimal example showing how to create a logger and log an info message.

package main import ( "gomodules.xyz/logs" ) func main() { logger := logs.New() logger.Info("Hello, world!") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
logs — go get logs · libregistry