Ldiff prints to l a description of the differences between a and b.
It calls Logf once for each difference, with no trailing newline.
The standard library testing.T and testing.B are Logfers.
Pdiff prints to p a description of the differences between a and b.
It calls Printf once for each difference, with no trailing newline.
The standard library log.Logger is a Printfer.