proxy.golang.org : github.com/eluv-io/go-apexlog : v1.7.1
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/logs v1.0.0
- github.com/aphistic/golf v0.0.0-20180712155816-02c07f170c5a
- github.com/aphistic/sweet v0.2.0
- github.com/aws/aws-sdk-go v1.20.6
- 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/golang/protobuf v1.3.1
- github.com/google/uuid v1.1.1
- github.com/jpillora/backoff v0.0.0-20180909062703-3050d21c67d7
- github.com/kr/pretty v0.2.0
- github.com/mattn/go-colorable v0.1.2
- github.com/pkg/errors v0.8.1
- github.com/rogpeppe/fastuuid v1.1.0
- github.com/smartystreets/go-aws-auth v0.0.0-20180515143844-0c1422d1fdb9
- github.com/smartystreets/gunit v1.0.0
- github.com/stretchr/testify v1.6.1
- github.com/tj/assert v0.0.3
- github.com/tj/go-buffer v1.1.0
- github.com/tj/go-elastic v0.0.0-20171221160941-36157cbbebc2
- github.com/tj/go-kinesis v0.0.0-20171128231115-08b17f58cb1b
- github.com/tj/go-spin v1.1.0
- golang.org/x/net v0.0.0-20190620200207-3b0461eec859
- golang.org/x/text v0.3.2
- gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
- gopkg.in/yaml.v2 v2.2.2