MCPcopy
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

133type debugLogger struct{}
134
135func (d *debugLogger) Print(v ...any) {
136 Logger.Print(v...)
137}
138func (d *debugLogger) Printf(format string, v ...any) {
139 Logger.Printf(format, v...)
140}

Callers

nothing calls this directly

Calls 1

PrintMethod · 0.65

Tested by

no test coverage detected