Skip to content

Release 2.2

Choose a tag to compare

@deankarn deankarn released this 02 Jun 02:17
· 85 commits to master since this release

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?")