Top 4.2% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
proxy.golang.org : github.com/goombaio/log
Package log implements interfaces and objects for logging and it provides a structured logger. Package log provides a structured logger. Structured logging produces logs easily consumed by humans or machines. Humans might be interested in debugging errors, or tracing specific requests. Machines might be interested in counting interesting events, or aggregating information for off-line processing. Package log is designed to encourage both of these best practices. The fundamental interface is Logger. Loggers create log events from key/value data. The Logger interface has a single method, Log, which accepts a sequence of alternating key/value pairs. This is an example using log.FmtLogger which prints all given keyvalues:
Registry
-
Source
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/github.com/goombaio/log
License: Apache-2.0
Latest release: about 7 years ago
First release: about 7 years ago
Namespace: github.com/goombaio
Dependent packages: 2
Dependent repositories: 1
Last synced: about 1 month ago