[ buster ]
[ 源代码: tendermint-log15 ]
软件包:golang-github-tendermint-log15-dev(2.3-67-g9545b24-2)
golang-github-tendermint-log15-dev 的相关链接
Debian 的资源:
下载源码包 tendermint-log15:
- [tendermint-log15_2.3-67-g9545b24-2.dsc]
- [tendermint-log15_2.3-67-g9545b24.orig.tar.gz]
- [tendermint-log15_2.3-67-g9545b24-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- python3-daiquiri
- python3-loguru
- golang-github-charmbracelet-log-dev
- golang-github-jedisct1-dlog-dev
- python3-structlog
- python-structlog-doc
- golang-github-hashicorp-go-hclog-dev
- golang-github-spf13-jwalterweatherman-dev
- golang-github-gorilla-handlers-dev
- golang-github-tidwall-buntdb-dev
- golang-github-alexcesaro-log-dev
Tendermint logging toolkit
Package log15 provides an opinionated, simple toolkit for best-practice logging in Go (golang) that is both human and machine readable. It is modeled after the Go standard library's io and net/http packages and is an alternative to the standard library's log package.
Features
- A simple, easy-to-understand API. - Promotes structured logging by encouraging use of key/value pairs. - Child loggers which inherit and add their own private context. - Lazy evaluation of expensive operations. - Simple Handler interface allowing for construction of flexible, custom logging configurations with a tiny API. - Color terminal support. - Built-in support for logging to files, streams, syslog, and the network. - Support for forking records to multiple handlers, buffering records for output, failing over from failed handler writes.
其他与 golang-github-tendermint-log15-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-go-stack-stack-dev
- capture, manipulate, and format call stacks
-
- dep: golang-github-mattn-go-colorable-dev
- Golang library to colorable writer for windows
-
- dep: golang-go
- Go programming language compiler, linker, compiled stdlib