Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 692 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 692 Bytes

Logging Utility for Go

A simple log & trace utility for Golang services.

Go Report Card

PkgGoDev

  • Info & Action logging methods to record information or actionable errors.
  • StartSpan & EndSpan methods to record trace information.
  • Runtime Golang stats are gathered via RuntimeEvery.
  • Flexible writer interface provided, with StdOut JSON & Honeycomb exporters included.
  • Log metrics aggregated and exposed via Count for log interface tests.