Thanks for quick reply.
Do you have any example code?
On 3/5/07, James Stauffer <[EMAIL PROTECTED]> wrote:
There might be a call needed to initialize the appender.
On 3/5/07, erdem boz <[EMAIL PROTECTED]> wrote:
> Hello everyone ;
>
> I am trying to configure my appenders via log4j api. Beside
Quoting Chris Chappell <[EMAIL PROTECTED]>:
> Hi
>
> I'm developing an app with Tomcat 5.5 and am trying to add logging to it.
> I've tried lots of things and none seem to work:
>
> I have code like:
>
> import java.sql.Connection;
> import java.sql.SQLException;
> import java.sql.Statement;
>
> i
Hi
I'm developing an app with Tomcat 5.5 and am trying to add logging to it.
I've tried lots of things and none seem to work:
I have code like:
import java.sql.Connection;
import java.sql.SQLException;
import java.sql.Statement;
import javax.naming.Context;
import javax.naming.InitialContext;
Wrong mailing list, sorry !!
__
Matt
From: DECAFFMEYER MATHIEU [mailto:[EMAIL PROTECTED]
Sent: Monday, March 05, 2007 7:23 PM
To: Log4J Users List
Subject: [Beginner] Using Stemmers
* This message comes from the Int
Hi,
This is a very simple question, but I just can't find the ressources I
need ...
I am using the StandardAnalyzer :
StandardAnalyzer stdAnalyzer;
if ((stopWordList != null) && (stopWordList.length != 0)) {
stdAnalyzer = new StandardAnalyzer(stopWordList);
} else {
Generally having more than 1 process write to a file is bad. You
could have both processes send the logs to a socket appender and have
1 socket server receive them and write them to the 1 file.
On 3/5/07, Cheung, Quinn <[EMAIL PROTECTED]> wrote:
Is there any danger in having more than 1 process
Is there any danger in having more than 1 process (or more than 1 thread) use
File Appenders that are configured to write to the same file? If it can be
done safely, are there any performance issues?
Thanks
Squid
-
To unsub
There might be a call needed to initialize the appender.
On 3/5/07, erdem boz <[EMAIL PROTECTED]> wrote:
Hello everyone ;
I am trying to configure my appenders via log4j api. Besides, I want to
change behavior of logger during runtime.
But I got following warning when I run my code.
log4j:ERRO