output objects in the log, usually using toString, what is the implementation of this method? It must not be handwritten.
is there a better choice for the one we use?
public String toString() {
return ToStringBuilder.reflectionToString(this);
}