RE: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-25 Thread Doyle, Steven
To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Configuring Jboss to use Log4j ? Why is your code creating a Log4jService and calling start on it? This is done automatically when you have this entry in jboss.conf: MLET CODE = org.jboss.logging.Log4jService ARCHIVE=jboss.jar,log4j.jar CODEBASE=../../lib

RE: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Doyle, Steven
ok, so basically I shouldn't try and us log4j, but instead use the jboss.logging. pity, thanks anyway Steve -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED]] Sent: 24 April 2001 15:33 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Configuring Jboss to use Log4j ? Hi

RE: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread David Jencks
15:33 To: [EMAIL PROTECTED] Subject: Re: [JBoss-user] Configuring Jboss to use Log4j ? Hi, the current log4j connection with jboss ignores almost all good features of log4j and duplicates much of its functionality. That being said, using the non-log4j method of getting a log ends up

Re: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Scott M Stark
10:14 AM Subject: RE: [JBoss-user] Configuring Jboss to use Log4j ? ok, I have got rid of the duplicates, but everytime I try log something myself I get the following error [] Started Log4jService, config=file:/C:/jboss-2.2/conf/default/log4j.properties [flightManager] No appenders

Re: [JBoss-user] Configuring Jboss to use Log4j ?

2001-04-24 Thread Scott M Stark
Why are you suggesting people use the org.jboss.logging.Log class? This should not be used if you have configured log4j. - Original Message - From: David Jencks [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 2:33 PM Subject: RE: [JBoss-user] Configuring Jboss