Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/IBM/sarama
/ Print
Method
Print
sarama.go:135–137 ·
view source on GitHub ↗
(v ...any)
Source
from the content-addressed store, hash-verified
133
type
debugLogger
struct
{}
134
135
func
(d *debugLogger) Print(v ...any) {
136
Logger.Print(v...)
137
}
138
func
(d *debugLogger) Printf(format string, v ...any) {
139
Logger.Printf(format, v...)
140
}
Callers
nothing calls this directly
Calls
1
Print
Method · 0.65
Tested by
no test coverage detected