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

Method Print

sarama.go:128–128  ·  view source on GitHub ↗
(v ...any)

Source from the content-addressed store, hash-verified

126// StdLogger is used to log error messages.
127type StdLogger interface {
128 Print(v ...any)
129 Printf(format string, v ...any)
130 Println(v ...any)
131}

Callers 3

encodeMethod · 0.65
PrintMethod · 0.65

Implementers 2

testLoggerlogger_test.go
debugLoggersarama.go

Calls

no outgoing calls

Tested by

no test coverage detected