Dear All,
I would like to know whether log4j 1.2.15 works/supported on a windows server
2008 OS. any official site link to know the same.
Thanks,
Thanik
-
Ovi Mail: Create an account directly from your phone
http://mail.ovi.com
Thanks Scott. Is there a nightly binary build available somewhere?
-- Hari
On Sun, Aug 30, 2009 at 10:57 PM, Scott Deboy wrote:
> I was able to load your events into the latest version of Chainsaw without
> issues.
>
> I assume you're using the version available from the log4j web site (Web
> St
Hi!
Some minutes ago I solved the problem by myself:
It seems like log4j is NOT completely thread-save. After synchronizing all
log / trace methods using a separate object (synchronized(synObject) {}
) everything is working fine. Maybe the lib is writing the messages to a
shared thread-unsafe
Maybe the PatternLayout is not threadsafe? Try to instantiate separate
instances of PatternLayout for each Logger, or synchronize on the sole instance
of PatternLayout.
Heri
PS: It is not quite clear who calls your log method the log-Event, and how
looks the other log method which writes to the
Hi folks,
I have implemented a configuration file to be used by Chainsaw and in that
configuration file I have added my SocketReceiver.
The first time I launch Chainsaw it prompts me to select the configuration
file I want to load, I was wondering if there is any internal file in
Chainsaw where I
Hi folks,
I installed Chainsaw in my Tomcat to be able to launch it remotely, I tested
to launch Chainsaw using the remote url to access it and worked fine, Java
Web Start can launch Chainsaw without problems, I can select my own config
file that creates a new "SocketReceiver" to listen in port 44
${..} actually work right away :-)
Cheers, Johannes
--
View this message in context:
http://www.nabble.com/Using-System-prpoerties-inside-log4j.xml-tp25219373p25219405.html
Sent from the Log4j - Users mailing list archive at Nabble.com.
Hello,
i need to specify the location of a RollingFileAppender's logfiles by a
System property. Is there anyway to do system property replacement inside
the log4j.xml?
I think of something like this: