Hi Chris, think you should take a look into your jboss/server/(minimal/default/full/whatver you use)/conf/log4j.xml file. in there you can define whatever you want. maybey jboss uses commons logging, but in the end this config files determines, where to log what. at least at my installations it works this way.
greets christian Thursday, October 20, 2005, 1:10:13 PM, you wrote: > I'm trying to deploy an application based on the new FOP into a > Application Server JBoss. JBoss and FOP both use Commons Logging. The > messages generated by FOP are sent to the same log instance created by > JBoss. However, I want to send messages for FOP to an alternative Log > instance. What is the best way to achieve this? > Any suggestions will be appreciated. > Thanks, > Chris > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] -- Best regards, Christian mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
