1) It's a static method, so it's once per ClassLoader, not Thread.
2) You're doing it the hard way. Use the log4j.configuration property
instead.
java -Dlog4j.configuration=file:MyConfigFile.properties MyProg
Take a look at the JavaDocs for PropertyConfigurator.
-Jim Moore
-Original M
Hello. First things first... great work with Log4j. Also, thank you to
anyone who takes a moment to answer my questions! Now on to my questions:
I am integrating Log4j into a new project, but have not been able to resolve
an issue by reading the documentation (perhaps I haven't been reading
Hi,
This JarIndexException is starting to bother me. The
only change that might be causing the problem is that
the Category class static initializer is refering to
the Category.class Class which is has not been
completely initialized yet.
That might be a cause of the problem. Whether it is
impu
Andy,
It seems that JBuilder 4 allows you to add you libraries from within the
project. Look at this link
http://www.borland.com/techpubs/jbuilder/jbuilder4/pg/project.html#required_libraries
--Claudio
> From: "Andrew Taylor" <[EMAIL PROTECTED]>
> Date: Tue, 24 Apr 2001 10:44:06 -0600
>
> He