[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Tuning org.apache.commons.logging

Hi,

I was looking for a logging bundle, found apache commons already available as a bundle. So I just used

Log log = LogFactory.getLog(My.class);
log.info(...);

and hoped it would "just work". And so it does, I get output on the equinox console.

How can I configure that output, "appenders", etc? Would I just look at the apache manual pages? Anything special when this is used in an OSGi environment?

Cheers,
Felix