Versions in this module Expand all Collapse all v1 v1.0.1 Apr 11, 2019 Changes in this version + type Opts struct + LogFunc func(string, ...interface{}) + func DefaultOpts() Opts + type PrefixPipe struct + Dest io.Writer + func New(dest io.Writer, prefix string, config ...func(*Opts)) *PrefixPipe + func (pp *PrefixPipe) Wait() error