Versions in this module Expand all Collapse all v1 v1.8.7 May 20, 2022 Changes in this version + var Logger *zap.Logger + func Debug(format string, v ...interface{}) + type Log struct + func NewLog(opts ...NewLogOptions) *Log + func (this *Log) InitLog() (logger *zap.Logger, err error) + type NewLogOptions func(log *Log) + func WithLogPath(logPath string) NewLogOptions + func WithStorageDays(storageDays int) NewLogOptions