func Errorw()

in pkg/log/logger.go [56:58]


func Errorw(msg string, kv ...interface{}) {
	logger.Sugar().Errorw(msg, kv...)
}