[ bianca ]
[ 源代码: golang-github-go-log-log ]
软件包:golang-github-go-log-log-dev(0.2.0-2)
golang-github-go-log-log-dev 的相关链接
下载源码包 golang-github-go-log-log:
- [golang-github-go-log-log_0.2.0-2.debian.tar.xz]
- [golang-github-go-log-log_0.2.0-2.dsc]
- [golang-github-go-log-log_0.2.0.orig.tar.gz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
- golang-github-mitchellh-mapstructure-dev
- golang-github-go-viper-mapstructure-dev
- php-psr-log
- golang-github-jedisct1-dlog-dev
- golang-github-alexcesaro-log-dev
- node-winston
- golang-github-go-git-go-billy-dev
- libghc-lumberjack-prof
- liblog-dispatch-configurator-any-perl
- libghc-lumberjack-dev
- libghc-lumberjack-doc
universal log interface for GO language (library)
Log is a logging interface for Go. That's it. Pass around the interface.
Users want to standardise logging. Sometimes libraries log. This library leaves the underlying logging implementation to the user while allowing libraries to log by simply expecting something that satisfies the Logger interface. This leaves the user free to pre-configure structure, output, etc.