Versions in this module Expand all Collapse all v0 v0.0.2 Jun 17, 2022 Changes in this version + func Close() + func DPanicTrace(ctx context.Context, args ...interface{}) + func DPanicfTrace(ctx context.Context, template string, args ...interface{}) + func DebugTrace(ctx context.Context, args ...interface{}) + func DebugfTrace(ctx context.Context, template string, args ...interface{}) + func ErrorTrace(ctx context.Context, args ...interface{}) + func ErrorfTrace(ctx context.Context, template string, args ...interface{}) + func FatalTrace(ctx context.Context, args ...interface{}) + func FatalfTrace(ctx context.Context, template string, args ...interface{}) + func InfoTrace(ctx context.Context, args ...interface{}) + func InfofTrace(ctx context.Context, template string, args ...interface{}) + func New(filename string) + func PanicTrace(ctx context.Context, args ...interface{}) + func PanicfTrace(ctx context.Context, template string, args ...interface{}) + func Trace(ctx context.Context) *zap.SugaredLogger + func WarnTrace(ctx context.Context, args ...interface{}) + func WarnfTrace(ctx context.Context, template string, args ...interface{}) v0.0.1 Jun 3, 2022 Changes in this version + func DPanic(args ...interface{}) + func DPanicf(template string, args ...interface{}) + func Debug(args ...interface{}) + func Debugf(template string, args ...interface{}) + func Error(args ...interface{}) + func Errorf(template string, args ...interface{}) + func Fatal(args ...interface{}) + func Fatalf(template string, args ...interface{}) + func Info(args ...interface{}) + func Infof(template string, args ...interface{}) + func Panic(args ...interface{}) + func Panicf(template string, args ...interface{}) + func Warn(args ...interface{}) + func Warnf(template string, args ...interface{})