work
work copied to clipboard
Utilize log.Logger.
After investigating the latest documentation for zap, there is a constructor that wraps a zap.Logger with log.Logger. Since log.Logger is a part of the standard library, it would be best to utilize this logger to prevent a tight coupling between work and any particular logging implementation.