package debug
import "cloud.google.com/go/cloudsqlconn/debug"
Index ¶
Types ¶
type ContextLogger ¶
type ContextLogger interface { // Debugf is for reporting information about internal operations. Debugf(ctx context.Context, format string, args ...interface{}) }
ContextLogger is the interface used for debug logging. By default, it is unused.
type Logger ¶
type Logger interface { // Debugf is for reporting information about internal operations. Debugf(format string, args ...interface{}) }
Logger is the interface used for debug logging. By default, it is unused.
Prefer ContextLogger instead.
Source Files ¶
debug.go
- Version
- v1.15.0 (latest)
- Published
- Feb 12, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 5 months ago –
Tools for package owners.