Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Interface ¶
type Interface interface {
// TODO: added method Debugf
Trace(ctx context.Context, obj interface{})
Debug(ctx context.Context, obj interface{})
Info(ctx context.Context, obj interface{})
Warn(ctx context.Context, obj interface{})
Error(ctx context.Context, obj interface{})
Fatal(ctx context.Context, obj interface{})
WithCtxFields(funcCtxField func(ctx context.Context) map[string]any) Interface
}
Click to show internal directories.
Click to hide internal directories.