gotest.tools/v3/internal/assert.LogT.Log (method)

11 uses

	gotest.tools/v3/internal/assert (current package)
		assert.go#L17: 	Log(args ...interface{})
		assert.go#L53: 		t.Log(format.WithCustomMessage(failureMessage+msg, msgAndArgs...))
		assert.go#L62: 		t.Log(fmt.Sprintf("invalid Comparison: %v (%T)", check, check))
		assert.go#L76: 		t.Log(format.WithCustomMessage(failureMessage+message, msgAndArgs...))
		assert.go#L89: 		t.Log(err.Error())
		assert.go#L95: 		t.Log(failureMessage + "but assert failed to find the expression to print")
		assert.go#L101: 		t.Log(err.Error())
		assert.go#L105: 	t.Log(format.WithCustomMessage(failureMessage+msg, msgAndArgs...))
		result.go#L39: 				t.Log("failed to update source", err)
		result.go#L51: 			t.Log(err.Error())
		result.go#L60: 	t.Log(format.WithCustomMessage(failureMessage+message, msgAndArgs...))