RE: locating my log4j.properties file

2010-11-19 Thread Don Raikes
010 3:37 PM, Don Raikes wrote: > Hello again, > > Ok so I solved some of my issues, but now I have others. > > In my log4j.properties file, I have configured 3 appenders. > A1console apppender > A2file appender to my errors.log file > A3file appender to my

RE: locating my log4j.properties file

2010-10-08 Thread Don Raikes
ethods with level set to info. -Original Message- From: Christian Grobmeier [mailto:grobme...@gmail.com] Sent: Thursday, October 07, 2010 10:40 PM To: Log4J Users List Subject: Re: locating my log4j.properties file Hello start your programm with: -Dlog4j.debug This will show you informati

RE: locating my log4j.properties file

2010-10-08 Thread Don Raikes
ome/path/to/my/log4j-config-file.properties [1] http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PropertyConfigurator.html#configure%28java.lang.String%29 [2] http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PropertyConfigurator.html#configure%28java.net.URL%29 Jake On 10/8/2010 9:

RE: locating my log4j.properties file

2010-10-08 Thread Don Raikes
your properties file. It usually helps me in this case Cheers Christian On Fri, Oct 8, 2010 at 12:39 AM, Don Raikes wrote: > Hello, > > I have a java project which I compile and then package in a jar file which > goes into my jdk_home\jre\lib\ext folder (it is an extension to my jdk). >

locating my log4j.properties file

2010-10-07 Thread Don Raikes
Hello, I have a java project which I compile and then package in a jar file which goes into my jdk_home\jre\lib\ext folder (it is an extension to my jdk). In the main class of my application I tell log4j to use a specific log4j.properties file PropertyConfigurator.configure("a11yMonitor-log4j