Skip to content

Release version

Latest
Compare
Choose a tag to compare
@karl-gustav karl-gustav released this 17 Apr 20:21
· 2 commits to main since this release
Removed the *j methods in favor of just using log.Field() everywhere

Now all the remaining logging methods can take log.Field() anywhere (the
*f methods need to have the formatted string first)

Never liked the *j methods in the first place so this is a huge win.