RE: I cannot figure out where my extra message line comes from onthe console

2003-11-12 Thread Chang, Betty
Hi -- Thanks for all your help! The -Dlog4j.debug did the trick. It was picking a log4j.properties from within the axis.jar file. Just doing a "dir /s" did not find one since it was within the jar file. Okay -- so my next question is -- what's the easiest way to get my program to ignore that

RE: I cannot figure out where my extra message line comes from on the console

2003-11-12 Thread Chang, Betty
g up. (The > output with the time is your appender is your one I think). > > cheers, > > Paul > > On Thu, 2003-11-13 at 09:40, Chang, Betty wrote: > > Hi all-- (I'm a new user, so please forgive). > > > > > > > > Here's my simple progr

RE: I cannot figure out where my extra message line comes from onthe console

2003-11-12 Thread Chang, Betty
d configures a ConsoleAppender automatically, so the other one that you are adding is doubling up. (The output with the time is your appender is your one I think). cheers, Paul On Thu, 2003-11-13 at 09:40, Chang, Betty wrote: > Hi all-- (I'm a new user, so please forgive)

I cannot figure out where my extra message line comes from on the console

2003-11-12 Thread Chang, Betty
Hi all-- (I'm a new user, so please forgive). Here's my simple program: -- import org.apache.log4j.*; public class MyApp { static Logger logger = Logger.getLogger("myapp"); public static void main (String[] args)

Can log4j work with J++ 6.0 from Microsoft?

2003-11-05 Thread Chang, Betty
Hi - I have a need to write something in Microsoft J++ 6.0 Is there any chance that log4j will work with it? Thanks Betty