Registry / logging / decred-slog

decred-slog

JSON →
library1.2.0gogounverified

Package slog defines an interface and default implementation for subsystem logging with runtime log level verbosity modification.

go get github.com/decred/slog
INSTALL
IMPORT
SIG · DECRED-SLOG
D
decred-slog
logginggov1.2.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.

slog
✓ github.com/decred/slog

Use a disabled logger to suppress all output.

package main import ( "github.com/decred/slog" ) func main() { log := slog.Disabled log.Trace("This is a trace message") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
1
Resources
decred-slog — go get decred-slog · libregistry