Create a string representation for a function call. If the resulting string is longer than getConfig("maxLengthLogMessage") arguments are printed as passed (e.g. as variable name instead of the evaluated content of that variable), if that is still too long it is cropped.
functionCallString(functionName, argumentValues)
A string representing the given function call
name of the called function
the list of arguments passed
Pascal Sauer