Versions in this module Expand all Collapse all v2 v2.1.0 Mar 25, 2022 Changes in this version + type FormattedPrinter struct + func NewFormatterPrinter(format string, out, errOut io.Writer) *FormattedPrinter + func (f *FormattedPrinter) Print(msg Msg) + func (f *FormattedPrinter) PrintErr(err error) + type Msg struct + Key string + Offset int + Partition int + Time time.Time + Topic string + Value string + type Printer interface + Print func(Msg) + PrintErr func(error)