We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4318af commit b7a816fCopy full SHA for b7a816f
src/log4net/Appender/RollingFileAppender.cs
@@ -1112,7 +1112,7 @@ protected void RollOverTime(bool fileIsOpen)
1112
/// also checks for existence of target file and deletes if it does.
1113
/// </para>
1114
/// </remarks>
1115
- protected void RollFile(string fromFile, string toFile)
+ protected virtual void RollFile(string fromFile, string toFile)
1116
{
1117
if (FileExists(fromFile))
1118
0 commit comments