Versions in this module Expand all Collapse all v0 v0.0.3 Dec 6, 2016 Changes in this version + type Entry struct + func NewEntry(entry *log.Entry) *Entry + func (entry *Entry) WithError(err error) *Entry + func (entry *Entry) WithErrors(err error) *Entry + func (entry *Entry) WithField(key string, value interface{}) *Entry + func (entry *Entry) WithFields(fields log.Fields) *Entry