testing.common.Logf (method)

3 uses

	testing (current package)
		testing.go#L792: func (c *common) Logf(format string, args ...interface{}) { c.log(fmt.Sprintf(format, args...)) }
		testing.go#L1129: 				t.Logf("cleanup panicked with %v", r)

	golang.org/x/pkgsite/internal/testing/testhelper
		testhelper.go#L165: 	t.Logf("wrote %s", filename)