2019-09-23 21:30:20 +03:00
..
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03:00
2019-09-23 21:30:20 +03: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