Registry / logging / anacrolix-log

anacrolix-log

JSON →
library0.17.0gogounverified

Package log implements a std log compatible logging system with multiple handlers, log levels, zero-allocation, scopes, custom formatting, and environment/runtime configuration.

go get github.com/anacrolix/log
INSTALL
IMPORT
SIG · ANACROLIX-LOG
A
anacrolix-log
logginggov0.17.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.

analog
github.com/anacrolix/log

Logs an info message using the anacrolix/log package.

package main import ( "github.com/anacrolix/log" ) func main() { log.Info.Println("Hello, world!") }
Debug
Known issues
gotchaPackage name is 'analog' not 'log' when not replacing std log
fix
Use import with alias or rename: import analog "github.com/anacrolix/log"
affects: >=0.0.0
Upgrade
Version history
0.17.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
30
Resources
anacrolix-log — go get anacrolix-log · libregistry