testing.common.Logf (method, view implemented interface methods)

9 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)

	src.elv.sh/pkg/cli/clitest
		fake_tty.go#L225: 		tt.Logf("Last buffer: %s", lastBuf.TTYString())
		fake_tty.go#L230: 					tt.Logf("Last non-nil buffer: %s", bufs[i].TTYString())
		fake_tty.go#L247: 		tt.Logf("There has been %d notes buffers. None-nil ones are:", len(bufs))
		fake_tty.go#L250: 				tt.Logf("#%d:\n%s", i, buf.TTYString())
		fake_tty.go#L302: 			t.Logf("Want: %s", want.TTYString())

	src.elv.sh/pkg/eval/evaltest
		evaltest.go#L148: 				t.Logf("got: %v", r.Exception)
		evaltest.go#L150: 					t.Logf("stack trace: %#v", getStackTexts(exc.StackTrace()))