anz-bank / pkg

Common ANZ Go packages
https://pkg.go.dev/github.com/anz-bank/pkg
Apache License 2.0
2 stars 9 forks source link

added log API to the main APIs #17

Closed nofun97 closed 4 years ago

nofun97 commented 4 years ago

Added Debug, Debugf, Info, and Infof to the top level API.

jamesrom commented 4 years ago

I think it's worth mentioning in the code comments that these calls will panic if the logger hasn't been put onto the context.

nofun97 commented 4 years ago

Sure but we should probably discuss whether it should panic at all #9