Documentation ¶
Index ¶
- Variables
- func Debug(msg interface{})
- func DebugWithContext(ctx context.Context, msg interface{})
- func Debugf(format string, msg ...interface{})
- func DebugfWithContext(ctx context.Context, format string, msg ...interface{})
- func Error(msg interface{})
- func ErrorWithContext(ctx context.Context, msg interface{})
- func Errorf(format string, msg ...interface{})
- func ErrorfWithContext(ctx context.Context, format string, msg ...interface{})
- func Fatal(msg interface{})
- func FatalWithContext(ctx context.Context, msg interface{})
- func Fatalf(format string, msg ...interface{})
- func FatalfWithContext(ctx context.Context, format string, msg ...interface{})
- func GlobalLoad(level, serviceID, serviceName, serviceVersion string) error
- func GlobalLogger() log.Logger
- func Info(msg interface{})
- func InfoWithContext(ctx context.Context, msg interface{})
- func Infof(format string, msg ...interface{})
- func InfofWithContext(ctx context.Context, format string, msg ...interface{})
- func Warn(msg interface{})
- func WarnWithContext(ctx context.Context, msg interface{})
- func Warnf(format string, msg ...interface{})
- func WarnfWithContext(ctx context.Context, format string, msg ...interface{})
- func With(kv ...interface{})
Constants ¶
This section is empty.
Variables ¶
View Source
var ProviderSet = wire.NewSet(GlobalLogger)
Functions ¶
func DebugWithContext ¶ added in v0.0.3
func DebugfWithContext ¶ added in v0.0.3
func ErrorWithContext ¶ added in v0.0.3
func ErrorfWithContext ¶ added in v0.0.3
func FatalWithContext ¶ added in v0.0.3
func FatalfWithContext ¶ added in v0.0.3
func GlobalLoad ¶
func GlobalLogger ¶
func InfoWithContext ¶ added in v0.0.3
func InfofWithContext ¶ added in v0.0.3
func WarnWithContext ¶ added in v0.0.3
func WarnfWithContext ¶ added in v0.0.3
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.