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 CtxNotice(ctx context.Context, format string, v ...interface{})
- func CtxWarn(ctx context.Context, format string, v ...interface{})
- func Debug(format string, v ...interface{})
- func Error(format string, v ...interface{})
- func Fatal(format string, v ...interface{})
- func Info(format string, v ...interface{})
- func Notice(format string, v ...interface{})
- func Trace(format string, v ...interface{})
- func Warn(format string, v ...interface{})
- type LogItf
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LogItf ¶
type LogItf interface {
Fatal(format string, v ...interface{})
Error(format string, v ...interface{})
Warn(format string, v ...interface{})
Notice(format string, v ...interface{})
Info(format string, v ...interface{})
Debug(format string, v ...interface{})
Trace(format string, v ...interface{})
CtxFatal(ctx context.Context, format string, v ...interface{})
CtxError(ctx context.Context, format string, v ...interface{})
CtxWarn(ctx context.Context, format string, v ...interface{})
CtxNotice(ctx context.Context, format string, v ...interface{})
CtxInfo(ctx context.Context, format string, v ...interface{})
CtxDebug(ctx context.Context, format string, v ...interface{})
}
Click to show internal directories.
Click to hide internal directories.