log4j xml time stamp and extention

2003-01-22 Thread Madhava Reddy
Hi, Finally I am in the process of using Log4j. I am using log4j.xml.DOMConfigurator. In the configuration xml file, I am supplying a file name. How do I specify addition of time stamp to file name and an extention, just like we do in server.xml Logger tag? Thanks in advance.. Madhav

[OFF-TOPIC] RE: log4j xml time stamp and extention

2003-01-22 Thread Shapira, Yoav
for org.apache.log4j.PatternLayout for details. Yoav Shapira Millennium ChemInformatics -Original Message- From: Madhava Reddy [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 9:52 AM To: '[EMAIL PROTECTED]' Subject: log4j xml time stamp and extention Hi, Finally I am in the process of using Log4j. I am

RE: [OFF-TOPIC] RE: log4j xml time stamp and extention

2003-01-22 Thread Madhava Reddy
Howdy, This is the tomcat user list, not the log4j list. Please post log4j questions there or at least indicate this by adding [OFF-TOPIC] to your subject. hmm... Sorry for that.. The answer is to use a pattern layout that includes the time, such as TTCC or ISO8601. See the log4j javadoc for