Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
// TODO add Debugf
Trace(ctx context.Context, obj any)
Debug(ctx context.Context, obj any)
Info(ctx context.Context, obj any)
Warn(ctx context.Context, obj any)
Error(ctx context.Context, obj any)
Fatal(ctx context.Context, obj any)
Panic(obj any)
}
func DefaultLogger ¶
func DefaultLogger() Interface
Click to show internal directories.
Click to hide internal directories.