Posted By:
chinedu_Alum
Posted On:
Tuesday, March 8, 2005 01:37 AM
does anybody know whether Log4j can be used to log request into xml files
since it can take that of "log and txt" file extensions
for example: in my lines of code,i have something like this
RollingFileAppender roll = new RollingFileAppender
(C:\logEvent.log");
logger.addAppender(roll);
logger.debug(Object+ "whatever");
can this work for an "logEvent.xml",if it can't then how do i do it for logEvent.xml