MCPcopy
hub / github.com/uber/aresdb / Logf

Method Logf

utils/test_utils.go:27–29  ·  view source on GitHub ↗

Logf is the implementation of mockery.testingT interface.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

25
26// Logf is the implementation of mockery.testingT interface.
27func (*TestingTMock) Logf(format string, args ...interface{}) {
28 GetLogger().Infof(format, args...)
29}
30
31// Errorf is the implementation of mockery.testingT interface.
32func (*TestingTMock) Errorf(format string, args ...interface{}) {

Callers

nothing calls this directly

Calls 2

GetLoggerFunction · 0.85
InfofMethod · 0.65

Tested by

no test coverage detected