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

Method Printf

sarama.go:129–129  ·  view source on GitHub ↗
(format string, v ...any)

Source from the content-addressed store, hash-verified

127type StdLogger interface {
128 Print(v ...any)
129 Printf(format string, v ...any)
130 Println(v ...any)
131}
132

Callers 15

computeBackoffMethod · 0.65
dispatcherMethod · 0.65
preferredBrokerMethod · 0.65
parseResponseMethod · 0.65
subscriptionManagerMethod · 0.65
subscriptionConsumerMethod · 0.65
updateSubscriptionsMethod · 0.65
handleResponsesMethod · 0.65
ensureFullyReplicatedFunction · 0.65

Implementers 2

testLoggerlogger_test.go
debugLoggersarama.go

Calls

no outgoing calls

Tested by 11

ensureFullyReplicatedFunction · 0.52
ExampleSyncProducerFunction · 0.52
ExampleConsumerFunction · 0.52
ConsumeClaimMethod · 0.52