Rajarshi Guha wrote: > Though not related to command line args, is there a method that can be > used to make Jmol not put things when called from Java code? > Several methods : - create your own Logger class (see in org.jmol..util, or in tests the JUnitLogger) - use the Logger.setActiveLevel() method
> So for example, when I bring up the viewer, it will output stuff like > the version, JDK version etc. Is it possible to suppress that? > You have to try. The Logger part is really new, so you have to try and tell us when logs are still output. I use it for the JUnit tests to get nothing, but only a small part of Jmol is tested that way. Nico ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Jmol-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jmol-developers
