It would be great if you could enhance Exception
stacktrace output.
Couldn't you collapse stacktraces to one line?
Make out of this:
de.myapp..SampleException: too slow
at
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native
Method)
at
sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at
java.lang.reflect.Constructor.newInstance(Constructor.java:274)
at
java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:774)
at
java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1631)
something like that:
[+] de.myapp..SampleException: too slow
and when the user pressed the [+] with the mouse the
stacktrace expands.
Add an property "default stacktrace view: [o] collapsed
[o] expanded" for each logfile.