Versions in this module Expand all Collapse all v5 v5.22.0 Apr 4, 2020 Changes in this version + func ProcessLogs(reader io.Reader, writer LogWriter) + type LogEntry struct + Caller string + Fields []mlog.Field + Level string + Message string + Time time.Time + func ParseLogMessage(msg string) LogEntry + func (f LogEntry) String() string + type LogWriter interface + Write func(e LogEntry) + type LogrusWriter struct + func NewLogrusWriter(output io.Writer) *LogrusWriter + func (w *LogrusWriter) Write(e LogEntry) + type SimpleWriter struct + func NewSimpleWriter(out io.Writer) *SimpleWriter + func (w *SimpleWriter) Write(e LogEntry) Other modules containing this package github.com/vnforks/kid