Versions in this module Expand all Collapse all v1 v1.0.4 Dec 29, 2019 Changes in this version + var Logger *zap.SugaredLogger v1.0.3 Oct 25, 2019 Changes in this version + var Debugw wfunc + var Errorw wfunc + var Infow wfunc + var Panicw wfunc + var Sync func() error + var Warnw wfunc + func Init(development bool) + func Logw(l Level, msg string, keysAndValues ...interface{}) + type Level int + const LevelDebug + const LevelError + const LevelInfo + const LevelWarn + func (l Level) String() string