Versions in this module Expand all Collapse all v0 v0.7.0 Jan 11, 2023 v0.6.0 Jan 5, 2023 Changes in this version + type Logger struct + func Ctx(ctx context.Context) *Logger + func DefaultLogger() Logger + func NewLogger(out, err io.Writer, json bool, quiet bool, verbose bool) Logger + func (l *Logger) Debug(tag string, f string, args ...interface{}) + func (l *Logger) Info(tag string, f string, args ...interface{}) + func (l *Logger) InfoWriter(tag string) *Writer + func (l *Logger) Out(f string, args ...interface{}) + func (l *Logger) OutRaw(s string) + func (l *Logger) Output(tag string, f string, args ...interface{}) + func (l *Logger) OutputWriter(tag string) *Writer + func (l *Logger) PrintPlotResults(tag string, pr wfapi.PlotResults) + func (l *Logger) PrintRunRecord(tag string, rr wfapi.RunRecord, memoized bool) + func (l *Logger) RawWriter() *Writer + func (l Logger) WithContext(ctx context.Context) context.Context + type Writer struct + func (w *Writer) Write(data []byte) (n int, err error)