I want to save all logs during each day in folder named YYYYMMdd - log4net should handle creating new folder depending on system datetime - how I can setup this?
I believe, you may create your own appender, based on the FileAppender class. You may need to override the OpenFile method to create a file in the right location.