I want to configure my log4net Rolling log appender such that the name of my initial log file is:-
log_{current_datetime}.log
When the file reaches 25MB size , a new log file should be created with the same format and the previous log file should not be renamed.
How do I do such a setting on log4net appender?