套件:golang-github-go-kit-log-dev(0.2.1-1)
golang-github-go-kit-log-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-github-go-kit-log:
- [golang-github-go-kit-log_0.2.1-1.dsc]
- [golang-github-go-kit-log_0.2.1.orig.tar.gz]
- [golang-github-go-kit-log_0.2.1-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
minimal and extensible structured logger (Go library)
The log package provides a minimal interface for structured logging in services. It may be wrapped to encode conventions, enforce type-safety, provide leveled logging, and so on. It can be used for both typical application log events, and log-structured data streams.
Structured logging is, basically, conceding to the reality that logs are data, and warrant some level of schematic rigor. Using a stricter, key/value-oriented message format for logs, containing contextual and semantic information, makes it much easier to get insight into the operational activity of the systems. Consequently, package log is of the strong belief that "the benefits of structured logging outweigh the minimal effort involved (https://www.thoughtworks.com/radar/techniques/structured-logging)".
其他與 golang-github-go-kit-log-dev 有關的套件
|
|
|
|
-
- dep: golang-github-go-logfmt-logfmt-dev
- Marshals and unmarshals logfmt messages