A simple log & trace utility for Golang services.
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.