Release 2.2
What's New?
- Added StackTrace() function to easily capture a stack trace and put it a log Entry's Field
- Added WithFields(...) function to the Entry object so that one can call like so:
log.StackTrace().WithFields(log.F("key","value")).Debug("What Happened?")