luet/vendor/github.com/apex/log
Ettore Di Giacinto 420186b7db
Switch to go mod
2019-11-10 18:05:28 +01:00
..
.gitignore Switch to go mod 2019-11-10 18:05:28 +01:00
default.go Switch to go mod 2019-11-10 18:05:28 +01:00
doc.go Switch to go mod 2019-11-10 18:05:28 +01:00
entry.go Switch to go mod 2019-11-10 18:05:28 +01:00
go.mod Switch to go mod 2019-11-10 18:05:28 +01:00
go.sum Switch to go mod 2019-11-10 18:05:28 +01:00
History.md Switch to go mod 2019-11-10 18:05:28 +01:00
interface.go Switch to go mod 2019-11-10 18:05:28 +01:00
levels.go Switch to go mod 2019-11-10 18:05:28 +01:00
LICENSE Switch to go mod 2019-11-10 18:05:28 +01:00
logger.go Switch to go mod 2019-11-10 18:05:28 +01:00
Makefile Switch to go mod 2019-11-10 18:05:28 +01:00
pkg.go Switch to go mod 2019-11-10 18:05:28 +01:00
Readme.md Switch to go mod 2019-11-10 18:05:28 +01:00
stack.go Switch to go mod 2019-11-10 18:05:28 +01:00

Structured logging for golang

Package log implements a simple structured logging API inspired by Logrus, designed with centralization in mind. Read more on Medium.

Handlers

  • cli human-friendly CLI output
  • discard discards all logs
  • es  Elasticsearch handler
  • graylog Graylog handler
  • json  JSON output handler
  • kinesis AWS Kinesis handler
  • level  level filter handler
  • logfmt  logfmt plain-text formatter
  • memory in-memory handler for tests
  • multi fan-out to multiple handlers
  • papertrail Papertrail handler
  • text  human-friendly colored output
  • delta  outputs the delta between log calls and spinner

Build Status GoDoc