The Log4Net mailing list is a great source of information about using log4Net, in this forum we collect all the messages in the log4net user list and some selected threads from the developer list.
| Author |
Messages |
|
Bill McCormick
 |
| 10/06/2008 11:53 PM |
|
I have a RollingFileAppender defined like so:
<appender name="XMLRollingFile" type="log4net.Appender.RollingFileAppender"> <threshold value="DEBUG" /> <staticLogFileName value="true" /> <file value="MyLog.xml" /> <appendToFile value="true" /> <rollingStyle value="Date" /> <datePattern value="yyyyMMdd" /> <maxSizeRollBackups value="30" /> <maximumFileSize value="20MB" /> <layout type="log4net.Layout.XmlLayoutSchemaLog4j"> <locationInfo value="true" /> </layout> </appender>
Is there a trick to getting the backup files to be named MyLog-yyyyMMdd.xml as opposed to MyLog.xmlyyyyMMdd?
Having staticLogFileName == false and log files named MyLog-yyyyMMdd.xml would also be cool!!
Thanks,
Bill
|
|
|
|
|
Pascal ROZE
 |
| 10/06/2008 11:58 PM |
|
Hi
I have managed to do that with a custom appender
Pascal
|
|
|
|
|
|
| You are not authorized to post a reply. |
|
|
|
ActiveForums 3.7
|