vote up 1 vote down star

I would like to have files named for example:

dd.mm.yyyy.log

How is this possible with log4net?

Thanks

flag

1 Answer

vote up 3 vote down check

In your Log4net config file, use the following parameter with the RollingFileAppender:

<param name="DatePattern" value="dd.MM.yyyy'.log'" />
link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.