Adding Uber-go Zap Logger to GoLang project. – My
https://sunitc.dev/2019/05/27/adding-uber-go-zap-logger-to-golang-project/
May 27, 2019 . Create a Logger, by calling zap.NewProduction () / zap.NewDevelopment () or zap.Example () Each of the above will create a logger. The only difference is in the information it will log. e.g the production logger logs the calling function information, date and time, etc by default. Call Info/Error, etc on the Logger.
DA: 9 PA: 22 MOZ Rank: 26