パッケージ: golang-github-go-log-log-dev (0.2.0-2)
golang-github-go-log-log-dev に関するリンク
Trisquel の資源:
golang-github-go-log-log ソースパッケージをダウンロード:
- [golang-github-go-log-log_0.2.0-2.dsc]
- [golang-github-go-log-log_0.2.0.orig.tar.gz]
- [golang-github-go-log-log_0.2.0-2.debian.tar.xz]
メンテナ:
Original Maintainers:
- Debian Go Packaging Team
- Andreas Tille
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
- golang-github-mitchellh-mapstructure-dev
- php-psr-log
- golang-github-alexcesaro-log-dev
- golang-github-tendermint-log15-dev
- golang-github-jedisct1-dlog-dev
- golang-github-go-git-go-billy-dev
- golang-github-cbroglie-mapstructure-dev
- node-winston
- liblog-dispatch-configurator-any-perl
- golang-github-hashicorp-hcl-dev
- liblog-agent-logger-perl
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.