(msg string, args ...any)
| 138 | Log(ctx context.Context, level slog.Level, msg string, args ...any) |
| 139 | LogAttrs(ctx context.Context, level slog.Level, msg string, attrs ...slog.Attr) |
| 140 | Debug(msg string, args ...any) |
| 141 | DebugContext(ctx context.Context, msg string, args ...any) |
| 142 | Info(msg string, args ...any) |
| 143 | InfoContext(ctx context.Context, msg string, args ...any) |
no outgoing calls