muun-recovery/vendor/github.com/btcsuite/btclog
Manu Herrera d301c63596 Release v0.1.0 2019-10-01 12:22:30 -03:00
..
.gitignore Release v0.1.0 2019-10-01 12:22:30 -03:00
.travis.yml Release v0.1.0 2019-10-01 12:22:30 -03:00
LICENSE Release v0.1.0 2019-10-01 12:22:30 -03:00
README.md Release v0.1.0 2019-10-01 12:22:30 -03:00
doc.go Release v0.1.0 2019-10-01 12:22:30 -03:00
goclean.sh Release v0.1.0 2019-10-01 12:22:30 -03:00
interface.go Release v0.1.0 2019-10-01 12:22:30 -03:00
log.go Release v0.1.0 2019-10-01 12:22:30 -03:00

README.md

btclog

Build Status ISC License GoDoc

Package btclog defines a logger interface and provides a default implementation of a subsystem-aware leveled logger implementing the same interface.

Installation

$ go get github.com/btcsuite/btclog

GPG Verification Key

All official release tags are signed by Conformal so users can ensure the code has not been tampered with and is coming from the btcsuite developers. To verify the signature perform the following:

  • Download the public key from the Conformal website at https://opensource.conformal.com/GIT-GPG-KEY-conformal.txt

  • Import the public key into your GPG keyring:

    gpg --import GIT-GPG-KEY-conformal.txt
    
  • Verify the release tag with the following command where TAG_NAME is a placeholder for the specific tag:

    git tag -v TAG_NAME
    

License

Package btclog is licensed under the copyfree ISC License.