Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger interface {
Log(ctx context.Context, level slog.Level, msg string, args ...any)
Debug(ctx context.Context, msg string, args ...any)
Info(ctx context.Context, msg string, args ...any)
Warn(ctx context.Context, msg string, args ...any)
Error(ctx context.Context, err error, args ...any)
With(args ...any) Logger
WithGroup(name string) Logger
}
Click to show internal directories.
Click to hide internal directories.