# README
logrusutil :hammer:

Small, easy to use, yet powerful utility packages for https://github.com/sirupsen/logrus.
logctx
package 
Add a log entry to the context using logctx.New(ctx, logEntry)
. Retrieve the log entry using logctx.From(ctx)
.
errfield
package 
Wrap an error with fields using errfield.Add(err, "key", value)
. Use errfield.Formatter
to log the fields in a structured way.