If one of the logger.(info,debug...) functions is passed something
that's not a String, try toString(). And if toString() just returns
[object Object] then for each over the items in the object to create a
JSON-style hash of all the keys and values contained in the object.
That would be hotness for debugging :)
-Mat