proxy.golang.org : github.com/eluv-io/apexlog-go : v1.9.1-elv4
Package log implements a simple structured logging API designed with few assumptions. Designed for centralized logging solutions such as Kinesis which require encoding and decoding before fanning-out to handlers. You may use this package with inline handlers, much like Logrus, however a centralized solution is recommended so that apps do not need to be re-deployed to add or remove logging service providers. Errors are passed to WithError(), populating the "error" field. Multiple fields can be set, via chaining, or WithFields(). Structured logging is supported with fields, and is recommended over the formatted message variants. Trace can be used to simplify logging of start and completion events, for example an upload which may fail. Unstructured logging is supported, but not recommended since it is hard to query.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/eluv-io/[email protected]
Published:
Indexed:
- github.com/apex/log v1.9.0
- github.com/aphistic/golf v0.0.0-20180712155816-02c07f170c5a
- github.com/aphistic/sweet v0.3.0
- github.com/aybabtme/rgbterm v0.0.0-20170906152045-cc83f3b3ce59
- github.com/fatih/color v1.7.0
- github.com/go-logfmt/logfmt v0.4.0
- github.com/google/uuid v1.3.0
- github.com/mattn/go-colorable v0.1.2
- github.com/onsi/gomega v1.17.0
- github.com/pkg/errors v0.9.1
- github.com/stretchr/testify v1.6.1
- github.com/tj/assert v0.0.3
- github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2
- github.com/tj/go-spin v1.1.0