Quoting [EMAIL PROTECTED]: > Once I have created a log instance: > > org.apache.commons.logging.Log log = > org.apache.commons.logging.LogFactory.getLog( "logging" ); > > Is there a way to figure out which logging implementation it found during > its discovery process ? >
Doesn't log.getClass().getName() tell you that? > > -Thanks > Steve More Craig --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
