I am using Rolling File Appender provided by log4net-1.2.9-beta version, for writing the logged messages into a local file.
I found that <maxSizeRollBackups> is supported only when "RollingStyle" property is set to "Size". If "RollingStyle" property is set to RollingMode.Date the property maxSizeRollBackups does not work. My Requirement is to Limit the number of back up copies whatever the Rolling Style (Size/Date) is set on appender. Documentation of log4net-1.2.9-beta says that maxSizeRollBackups property is not supported when RollingStyle is set to Date. But is there any work around to get this done?? Is there any plan to implement this feature in next release of log4net. If yes, please let us know which release will contain this feature and what is the expected release date? Thanks Shaily
