MCPcopy
hub / github.com/IBM/sarama / debugLogger

Struct debugLogger

sarama.go:133–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133type debugLogger struct{}
134
135func (d *debugLogger) Print(v ...any) {
136 Logger.Print(v...)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected