Return a diagnostic string associated with an object.
A utility interface to use if you just want to print a single string
that represents the object in question. In following order this routine
will deliver the string to use:
1) find diagnostic help class, and use class.diag()
2) else just use class.toString()
The string describing the class input. Parameters: obj - The object to print out. |