object TextMethodCallFormatter : MethodCallFormatter
Responsible to format a method call for text output (e.g. to the console) where it represents arguments of a method call by using their Object.toString representation with a few exceptions.
The exceptions are:
") and \r as well as \n are escaped.')
fun format(name: String, arguments: Array<out Any?>): () -> String |