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

rename nullLogger #8

Closed nofun97 closed 4 years ago

nofun97 commented 4 years ago

Currently, nullLogger has an internal field that still does some operations so the name nullLogger doesn't fit.

andrewemeryanz commented 4 years ago

NewNullLogger has been transformed into a logger that does nothing.

For the ticket to track the creation of a logger for use in benchmarks, see https://github.com/anz-bank/pkg/issues/50