RE: Log4j

2002-11-14 Thread sunita desai
Have a look at the short manual present in Apache site. Rgds, Sunita -Original Message- From: fmmayworm [mailto:fmmayworm@;bol.com.br] Sent: Thursday, November 14, 2002 5:48 PM To: Lista Subject: Log4j Hello, I would like to know: What is log4j? How to use? What is it? thanks __

RE: TOMCAT and LOG4J

2002-10-18 Thread sunita desai
4j_1.2.5.jar in WEB-INF/lib/ in the webapp or I can assume that Tomcat supplies that library? Thanks and regards, Evaristo > -Original Message----- > From: sunita desai [mailto:sudesai@;cisco.com] > Sent: Friday, October 18, 2002 9:44 AM > To: Log4J Users List > Subject: RE: TOMC

RE: TOMCAT and LOG4J

2002-10-18 Thread sunita desai
Hi, Try adding the layout and ConversionPAttern something like like below to your properties file. Rgds, Sunita log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n -Original Message- From: Evaristo-Jose Camarero

RE: Exclude a package

2002-08-26 Thread sunita desai
Hi, In my Web based application, I want to log the messages from my applet(running at client side) at the server side in a file, and redirect it to Unix Syslog(As all the server side logs are getting appended to a local file as well as Syslog daemon located on same Host). But in my Applet I need

Using Log4j in Applet which is part of a web based application

2002-08-18 Thread sunita desai
Hi, I am using Log4j for logging messages in a web based application. I am presently appending the logs to console, File and the Syslog daemon on Solaris box. Though I have some problems wiht syslog appenders(only error level messages are logged), other appenders works fine. And I also have an ap

unix syslog question

2002-08-12 Thread sunita desai
Please note: As my earlier mail to the list got bounced, I have marked a copy to you individually. Sorry for that. Hi, I have following questions related to Unix Syslog Appender. 1. I have the following log4j properties file for my web based application, wherein I have 3 appenders. The first 2 a