Documentation
¶
Index ¶
- func Debug(a ...interface{})
- func Debugf(format string, a ...interface{})
- func Debugw(msg string, keyvals ...interface{})
- func DebugwCtx(ctx context.Context, msg string, keyvals ...interface{})
- func Error(a ...interface{})
- func ErrorPanic(err interface{})
- func ErrorStack(err error)
- func Errorf(format string, a ...interface{})
- func Errorw(msg string, keyvals ...interface{})
- func ErrorwCtx(ctx context.Context, msg string, keyvals ...interface{})
- func Fatal(a ...interface{})
- func Fatalf(format string, a ...interface{})
- func Fatalw(msg string, keyvals ...interface{})
- func GetLogger() *sugar.ZapLogger
- func Info(a ...interface{})
- func Infof(format string, a ...interface{})
- func Infow(msg string, keyvals ...interface{})
- func InfowCtx(ctx context.Context, msg string, keyvals ...interface{})
- func Init(c []*core.Conf, opts ...sugar.Option) core.Logger
- func SetLogger(logger *sugar.ZapLogger)
- func Warn(a ...interface{})
- func Warnf(format string, a ...interface{})
- func Warnw(msg string, keyvals ...interface{})
- func WarnwCtx(ctx context.Context, msg string, keyvals ...interface{})
- func With(kv ...interface{}) *sugar.ZapLogger
- func WithOpts(opts ...sugar.Option) *sugar.ZapLogger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.