Documentation
¶
Overview ¶
Package logpipe provides a simple facility for interleaving child process output into your existing logs. TODO(tep): Add much better documentation XXX
Index ¶
- type LogFunc
- type LogPipe
- func (lp *LogPipe) Add(logFunc LogFunc) (io.Writer, error)
- func (lp *LogPipe) AddTagged(tag string, logFunc LogFunc) (io.Writer, error)
- func (lp *LogPipe) Close()
- func (lp *LogPipe) MustAdd(logFunc LogFunc) io.Writer
- func (lp *LogPipe) MustAddTagged(tag string, logFunc LogFunc) io.Writer
- func (lp *LogPipe) Run(ctx context.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.