RE: XML based layout manager

2001-05-07 Thread Mike Lépine
I'm fairly new to log4j, but this is probably what you're looking for:   org.apache.log4j.xml.XMLLayout.java   -Original Message-From: abisheks [mailto:[EMAIL PROTECTED]]Sent: Monday, May 07, 2001 4:33 AMTo: [EMAIL PROTECTED]Subject: XML based layout manager

Re: XML based layout manager

2001-05-07 Thread Ceki Gülcü
Abhishek, Look under org.apache.log4j.xml. You should find an XMLLayout there. Ceki At 10:33 07.05.2001 +0200, you wrote: >Hello All, > >I started to read the LOG4J documentation today. i noted that the patternlayout >manager can log in c style output statements. However, my application needs

XML based layout manager

2001-05-07 Thread abisheks
Hello All,   I started to read the LOG4J documentation today. i noted that the patternlayout manager can log in c style output statements. However, my application needs to log data in XML format. Has anyone already developed a Layout class that logs in XML format ?   regards, Abhishek.