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

Struct testLogger

logger_test.go:12–14  ·  view source on GitHub ↗

testLogger implements the StdLogger interface and records the text in the logs of the given T passed from Test functions. and records the text in the error log. nolint:unused

Source from the content-addressed store, hash-verified

10//
11// nolint:unused
12type testLogger struct {
13 t *testing.T
14}
15
16// nolint:unused
17func (l *testLogger) Print(v ...any) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected