imagej / imagej-launcher

The ImageJ native launcher
https://imagej.net/learn/launcher
BSD 2-Clause "Simplified" License
21 stars 23 forks source link

Improve debugging output of ClassLauncher #4

Closed ctrueden closed 10 years ago

ctrueden commented 10 years ago

Turns on debugging of ClassLauncher when ij.debug is set, and adds a few small bits of debugging output in some places, particular when exceptions are being caught.

dscho commented 10 years ago

Maybe we should trigger debug output also when the user set scijava.log.level to debug?

ctrueden commented 10 years ago

We could do that. What about scijava.log.level:net.imagej.launcher.ClassLauncher and other variants though? How far do we want to go to replicate that feature?

dscho commented 10 years ago

Yeah, it is easy to overdo it there. I'd simply test for scijava.log.level==debug and punt on the rest.