[ trixie ]
[ sid ]
[ 源代码: golang-github-bep-logg ]
软件包:golang-github-bep-logg-dev(0.4.0-1)
golang-github-bep-logg-dev 的相关链接
Debian 的资源:
下载源码包 golang-github-bep-logg:
- [golang-github-bep-logg_0.4.0-1.dsc]
- [golang-github-bep-logg_0.4.0.orig.tar.gz]
- [golang-github-bep-logg_0.4.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
fast and structured logging package for Go
This is a fork of the exellent Apex Log (https://github.com/apex/log) library.
Main changes:
* Trim unneeded dependencies. * Make Fields into a slice to preserve log order. * Split the old Interface in two and remove all but one Log method (see below). * This allows for lazy creation of messages in Log(fmt.Stringer) and ignoring fields added in LevelLoggers with levels below the Loggers. * The pointer passed to HandleLog is not safe to use outside of the current log chain, and needs to be cloned with Clone first if that's needed.
This is probably the very fastest structured log library when logging is disabled.
其他与 golang-github-bep-logg-dev 有关的软件包
|
|
|
|
-
- dep: golang-github-bep-clocks-dev
- Golang clock that allows you to set the start time (Go library)
-
- dep: golang-github-fatih-color-dev
- console colors for Go
-
- dep: golang-github-go-kit-log-dev
- minimal and extensible structured logger (Go library)
-
- dep: golang-github-inconshreveable-log15-dev
- structured, composable logging for Go
-
- dep: golang-github-mattn-go-colorable-dev
- Golang library to colorable writer for windows
-
- dep: golang-github-pkg-errors-dev
- Simple error handling primitives for Go