Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface {
Trace(ctx context.Context, obj any)
Debug(ctx context.Context, obj any)
// Debugf logs a formatted debug message.
Debugf(ctx context.Context, format string, args ...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.