Documentation
¶
Index ¶
- func Check(lvl zapcore.Level, msg string) *zapcore.CheckedEntry
- func Core() zapcore.Core
- func CtxDPanic(ctx context.Context, msg string, fields ...zap.Field)
- func CtxError(ctx context.Context, msg string, fields ...zap.Field)
- func CtxFatal(ctx context.Context, msg string, fields ...zap.Field)
- func CtxInfo(ctx context.Context, msg string, fields ...zap.Field)
- func CtxNamed(ctx context.Context, name string) context.Context
- func CtxPanic(ctx context.Context, msg string, fields ...zap.Field)
- func CtxWarn(ctx context.Context, msg string, fields ...zap.Field)
- func CtxWith(ctx context.Context, fields ...zap.Field) context.Context
- func DPanic(msg string, fields ...zap.Field)
- func Debug(msg string, fields ...zap.Field)
- func DebugCtx(ctx context.Context, msg string, fields ...zap.Field)
- func Error(msg string, fields ...zap.Field)
- func Fatal(msg string, fields ...zap.Field)
- func GetLogger() *zap.Logger
- func Info(msg string, fields ...zap.Field)
- func Named(s string) *zap.Logger
- func Panic(msg string, fields ...zap.Field)
- func SetOptions(opts ...zap.Option)
- func Sync() error
- func Warn(msg string, fields ...zap.Field)
- func With(ctx context.Context, fields ...zap.Field) *zap.Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetOptions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.