mirror of
https://github.com/golang/go.git
synced 2025-11-09 13:11:03 +00:00
Output is a method on T, B and F. It provides an io.Writer that writes
to the same test output stream as TB.Log. The new output writer is
used to refactor the implementation of Log. It maintains the formatting
provided by Log while making call site information optional.
Additionally, it provides buffering of log messages. This fixes and
expands on
https://go-review.googlesource.com/c/go/+/646956.
For #59928.
Change-Id: I08179c35a681f601cf125c0f4aeb648bc10c7a9f
GitHub-Last-Rev:
|
||
|---|---|---|
| .. | ||
| 46771.txt | ||
| 49580.txt | ||
| 59928.txt | ||
| 63405.txt | ||
| 63796.txt | ||
| 67002.txt | ||
| 67516.txt | ||
| 70250.txt | ||
| 70280.txt | ||
| 70780.txt | ||
| 71122.txt | ||
| 72843.txt | ||