MCPcopy
hub / github.com/uber-go/zap / Logf

Method Logf

zaptest/testingt.go:27–27  ·  view source on GitHub ↗

Logs the given message without failing the test.

(string, ...interface{})

Source from the content-addressed store, hash-verified

25type TestingT interface {
26 // Logs the given message without failing the test.
27 Logf(string, ...interface{})
28
29 // Logs the given message and marks the test as failed.
30 Errorf(string, ...interface{})

Callers 11

TestFieldConstructorsFunction · 0.65
TestErrorConstructorsFunction · 0.65
TestFieldConstructorsFunction · 0.65
WriteMethod · 0.65
BenchmarkWithoutFieldsFunction · 0.65
BenchmarkAddingFieldsFunction · 0.65

Calls

no outgoing calls

Tested by 10

TestFieldConstructorsFunction · 0.52
TestErrorConstructorsFunction · 0.52
TestFieldConstructorsFunction · 0.52
BenchmarkWithoutFieldsFunction · 0.52
BenchmarkAddingFieldsFunction · 0.52