Documentation
¶
Index ¶
- func CtxDebug(ctx context.Context, format string, v ...interface{})
- func CtxError(ctx context.Context, format string, v ...interface{})
- func CtxFatal(ctx context.Context, format string, v ...interface{})
- func CtxInfo(ctx context.Context, format string, v ...interface{})
- func CtxWarn(ctx context.Context, format string, v ...interface{})
- func SetLogger(log Logger)
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Logger ¶
type Logger interface {
CtxDebug(ctx context.Context, format string, v ...interface{})
CtxInfo(ctx context.Context, format string, v ...interface{})
CtxWarn(ctx context.Context, format string, v ...interface{})
CtxError(ctx context.Context, format string, v ...interface{})
CtxFatal(ctx context.Context, format string, v ...interface{})
}
Click to show internal directories.
Click to hide internal directories.