Versions in this module Expand all Collapse all v0 v0.0.2 Feb 8, 2023 Changes in this version + func DPanic(args ...interface{}) + func DPanicf(template string, args ...interface{}) + func DPanicw(msg string, keysAndValues ...interface{}) + func Debug(args ...interface{}) + func Debugf(template string, args ...interface{}) + func Debugw(msg string, keysAndValues ...interface{}) + func Error(args ...interface{}) + func Errorf(template string, args ...interface{}) + func Errorw(msg string, keysAndValues ...interface{}) + func Fatal(args ...interface{}) + func Fatalf(template string, args ...interface{}) + func Fatalw(msg string, keysAndValues ...interface{}) + func GlobalConfig(conf Conf) error + func Info(args ...interface{}) + func Infof(template string, args ...interface{}) + func Infow(msg string, keysAndValues ...interface{}) + func N() *zap.Logger + func NewCiCore(hook *redis_hook.RedisHook) zapcore.Core + func NewZapLogger(c *Conf) (l *zap.Logger, err error) + func Panic(args ...interface{}) + func Panicf(template string, args ...interface{}) + func Panicw(msg string, keysAndValues ...interface{}) + func Sync() error + func Warn(args ...interface{}) + func Warnf(template string, args ...interface{}) + func Warnw(msg string, keysAndValues ...interface{}) + type Conf struct + AppInfo *ConfigAppData + Caller bool + Debug bool + Encoding string + HookConfig *redis_hook.HookConfig + Level zapcore.Level + ZapConfig *zap.Config + type ConfigAppData struct + AppID string + AppKey string + AppName string + AppVersion string + Channel string + Language string + SubOrgKey string + type Logger struct + func Clone(l *Logger) *Logger + func Named(name string) *Logger + func S() *Logger + func With(args ...interface{}) *Logger