Documentation
¶
Index ¶
- func Context(ctx context.Context) *log.Helper
- func CronContext(ctx context.Context) *log.Helper
- func Debug(a ...interface{})
- func DebugF(format string, a ...interface{})
- func DebugW(keyValues ...interface{})
- func Error(a ...interface{})
- func ErrorF(format string, a ...interface{})
- func ErrorW(keyValues ...interface{})
- func Fatal(a ...interface{})
- func FatalF(format string, a ...interface{})
- func FatalW(keyValues ...interface{})
- func GetGlobalHelper() *log.Helper
- func Info(a ...interface{})
- func InfoF(format string, a ...interface{})
- func InfoW(keyValues ...interface{})
- func IsCronContext(ctx context.Context) bool
- func Log(level log.Level, keyValues ...interface{}) error
- func RequestContext(ctx context.Context) *log.Helper
- func SetCronLogger(logger log.Logger)
- func SetLogger(logger log.Logger)
- func SetRequestLogger(logger log.Logger)
- func Warn(a ...interface{})
- func WarnF(format string, a ...interface{})
- func WarnW(keyValues ...interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGlobalHelper ¶
func IsCronContext ¶ added in v4.0.9
func SetCronLogger ¶ added in v4.0.9
func SetRequestLogger ¶ added in v4.0.9
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.