Versions in this module Expand all Collapse all v1 v1.4.3 Nov 5, 2022 Changes in this version + func AddGlobalFields(fields ...LogField) + func Alert(_ context.Context, v string) + func Close() error + func Error(ctx context.Context, v ...interface{}) + func Errorf(ctx context.Context, format string, v ...interface{}) + func Errorv(ctx context.Context, v interface{}) + func Errorw(ctx context.Context, msg string, fields ...LogField) + func Info(ctx context.Context, v ...interface{}) + func Infof(ctx context.Context, format string, v ...interface{}) + func Infov(ctx context.Context, v interface{}) + func Infow(ctx context.Context, msg string, fields ...LogField) + func Must(err error) + func MustSetup(c logx.LogConf) + func SetLevel(level uint32) + func SetUp(c LogConf) error + func Slow(ctx context.Context, v ...interface{}) + func Slowf(ctx context.Context, format string, v ...interface{}) + func Slowv(ctx context.Context, v interface{}) + func Sloww(ctx context.Context, msg string, fields ...LogField) + type LogConf = logx.LogConf + type LogField = logx.LogField + func Field(key string, value interface{}) LogField