Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
127
type
StdLogger
interface
{
128
Print(v ...any)
129
Printf(format string, v ...any)
130
Println(v ...any)
131
}
Callers
3
sendAndReceiveSASLHandshake
Method · 0.65
encode
Method · 0.65
Print
Method · 0.65
Implementers
2
testLogger
logger_test.go
debugLogger
sarama.go
Calls
no outgoing calls
Tested by
no test coverage detected