MCPcopy
hub / github.com/segmentio/kafka-go / Printf

Method Printf

logger.go:5–5  ·  view source on GitHub ↗
(string, ...interface{})

Source from the content-addressed store, hash-verified

3// Logger interface API for log.Logger.
4type Logger interface {
5 Printf(string, ...interface{})
6}
7
8// LoggerFunc is a bridge between Logger and any third party logger

Callers 15

logMethod · 0.65
subscribeMethod · 0.65
commitLoopIntervalMethod · 0.65
commitLoopMethod · 0.65
runMethod · 0.65
OffsetMethod · 0.65
SetOffsetMethod · 0.65
readLagMethod · 0.65
runMethod · 0.65
initializeMethod · 0.65

Implementers 1

testKafkaLoggerkafka_test.go

Calls

no outgoing calls