Death v1.0 Release Notes

Release Date: 2018-03-27 // about 6 years ago
  • 🚀 This release is for backwards compatibility based on using a logger subscribing to the following interface:

    type Logger interface { Error(v ...interface{}) errorDebug(v ...interface{}) Info(v ...interface{}) Warn(v ...interface{}) error}
    

    👀 A popular logging library you can plugin here is https://github.com/cihub/seelog.