groostav
05/02/2018, 6:23 PMctrl
+ alt
+ `k`'d into kotlin data classes, now I need to get them into logs which is nice because kotlins automatically generated toString()
is going to the heavy lifting, but I'm wondering if I can control it. I've got an object graph with 3 levels on it, the root having 12 @PrettyPrint
annotation or alternative that I can get to cause kotlins generated toString
to maybe use a bit more (vertical) space than the typical one-liner?