I would like to have files named for example:
dd.mm.yyyy.log
How is this possible with log4net?
Thanks
|
I would like to have files named for example: dd.mm.yyyy.log How is this possible with log4net? Thanks
| |||
|
feedback
|
|
In your Log4net config file, use the following parameter with the RollingFileAppender:
| |||
|
feedback
|
|
For a RollingLogFileAppender you also need these elements and values:
| |||||
feedback
|
| |||
|
feedback
|