As a C# developer I\'m used to the following style of exception handling:
try { throw SomeException(\"hahahaha!\"); } catch (Exception ex) { Log(ex.T
I had a similar problem.
Using console.table(error); worked well for me. It displays information in a table, and also lets me expand/collapse to see more details.
console.table(error);