dev@glassfish.java.net

Re: felix noise in server log

From: Major Péter <majorpetya_at_sch.bme.hu>
Date: Tue, 10 Nov 2009 02:45:06 +0100

> Does it use log levels that we can influence or does it use println?

It uses org.osgi.service.log.LogService if there is no problem while
initializing logsystem. It uses StdOutLogger only if

try {
getClass().getClassLoader().loadClass(LogService.class.getName());
            } catch (ClassNotFoundException e) {
                throw new NoClassDefFoundError(e.getMessage());
            }

couldn't run flawlessly. You can read the whole code in
http://xenia.sote.hu/ftp/mirrors/www.apache.org/felix/org.apache.felix.fileinstall-2.0.4-project.tar.gz
-> org.apache.felix.fileinstall.internal.Util . :)

Regards,
Peter