GIDForums  

Go Back   GIDForums > Computer Programming Forums > .NET Forum
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
 
Thread Tools Search this Thread Rate Thread
  #1  
Old 09-Mar-2008, 22:17
meet_raman meet_raman is offline
Junior Member
 
Join Date: Mar 2004
Posts: 34
meet_raman is on a distinguished road

How to generate XML logs using log4net?


currently i have the following in my web.config file:

Code:
<appender name="XmlFileAppender" type="log4net.Appender.FileAppender"> <file value="D:\\Exception\\logs\\TestLog2.txt" /> <layout type="log4net.Layout.XmlLayout"> <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M - %m%n" /> </layout> </appender>

however, this does not generate anything

the text logs work fine for which the web.config has:

Code:
<appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="D:\\Exception\\logs\\TestLog.txt" /> <appendToFile value="true" /> <rollingStyle value="Size" /> <maxSizeRollBackups value="10" /> <maximumFileSize value="10MB" /> <staticLogFileName value="true" /> <layout type="log4net.Layout.PatternLayout"> <conversionPattern value="%-5p %d %5rms %-22.22c{1} %-18.18M - %m%n" /> </layout> </appender>

Any idea on how to generate logs in XML format?

Thanks a lot
 
 

Recent GIDBlogLast Week of IA Training by crystalattice

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Generate a "random walk" across a 10x10 array thunderchic5 C Programming Language 2 21-Feb-2008 14:43
How to generate mouse event? high12398 CPP / C++ Forum 3 20-Apr-2006 18:24
Auto generate email shinyhui MS Visual C++ / MFC Forum 0 05-Dec-2005 00:02
Windows Logs? nova Computer Software Forum - Windows 2 13-Feb-2004 04:51
Problems with Logs Pushkar Apache Web Server Forum 0 16-Jan-2004 07:17

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 23:26.


vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.