Registry / logging / btcsuite-btclog

btcsuite-btclog

JSON →
library1.0.0gogounverified

Package btclog defines an interface and default implementation for subsystem logging.

go get github.com/btcsuite/btclog
INSTALL
IMPORT
SIG · BTCSUITE-BTCLOG
B
btcsuite-btclog
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.

btclog
github.com/btcsuite/btclog

Create a logger and log an info message

package main import ( "github.com/btcsuite/btclog" ) func main() { log := btclog.NewBackend().Logger("example") log.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
35 hits · last 30 days
node
30
Resources
btcsuite-btclog — go get btcsuite-btclog · libregistry