Versions in this module Expand all Collapse all v0 v0.2.0 Aug 27, 2018 v0.1.1 Jul 31, 2018 Changes in this version + func ParseFrom(reader io.Reader, fileName, element string, entryConsumer func(LogEntry)) + type LogEntry struct + Element string + Level log.Lvl + Lines []string + Timestamp time.Time + func (l LogEntry) String() string