Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
4
type
Logger
interface
{
5
Printf(string, ...
interface
{})
6
}
7
8
// LoggerFunc is a bridge between Logger and any third party logger
Callers
15
log
Method · 0.65
ExampleGeneration_Start_consumerGroupParallelReaders
Function · 0.65
ExampleGeneration_CommitOffsets_overwriteOffsets
Function · 0.65
subscribe
Method · 0.65
commitLoopInterval
Method · 0.65
commitLoop
Method · 0.65
run
Method · 0.65
Offset
Method · 0.65
SetOffset
Method · 0.65
readLag
Method · 0.65
run
Method · 0.65
initialize
Method · 0.65
Implementers
1
testKafkaLogger
kafka_test.go
Calls
no outgoing calls
Tested by
3
ExampleGeneration_Start_consumerGroupParallelReaders
Function · 0.52
ExampleGeneration_CommitOffsets_overwriteOffsets
Function · 0.52
BenchmarkCompression
Function · 0.52