Skip to content
Snippets Groups Projects
Commit f2f85bdb authored by Jan Kožusznik's avatar Jan Kožusznik
Browse files

code: add logger

parent 6c86f981
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,9 @@ public class ManageSPIMBenchmark implements Command { ...@@ -95,6 +95,9 @@ public class ManageSPIMBenchmark implements Command {
// Launch ImageJ as usual. // Launch ImageJ as usual.
final ImageJ ij = new ImageJ(); final ImageJ ij = new ImageJ();
ij.launch(args); ij.launch(args);
if (log.isDebugEnabled()) {
log.debug("run ManageSPIMBenchmark");
}
ij.command().run(ManageSPIMBenchmark.class, true); ij.command().run(ManageSPIMBenchmark.class, true);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment