Versions in this module Expand all Collapse all v0 v0.29.0 Feb 5, 2021 v0.28.0 Feb 4, 2021 Changes in this version + func EntryWithFields(fields ...LogEntryField) *logrus.Entry + type LogEntryField func(*logrus.Entry) *logrus.Entry + func Color(color string) LogEntryField + func DataStream(middleware interface{}, message string) []LogEntryField + func Indentation(indentation int) LogEntryField + func Info(info interface{}) LogEntryField + func Message(message interface{}) LogEntryField + func Middleware(middleware interface{}) LogEntryField + func Run(run interface{}) LogEntryField + func Symbol(symbol string) LogEntryField + func WithReader(reader io.Reader) LogEntryField