Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0 |
|
RollingFileAppender.RollOverTime�Method�
Rollover the file(s) to date/time tagged file(s).
[Visual�Basic]
Protected�Sub�RollOverTime( _
���ByVal
fileIsOpen�As�
Boolean�_
)
[C#]
protected�
void�RollOverTime(
���
bool�
fileIsOpen);
Parameters
-
fileIsOpen
- set to true if the file to be rolled is currently open
Remarks
Rollover the file(s) to date/time tagged file(s). Resets curSizeRollBackups. If fileIsOpen is set then the new file is opened (through SafeOpenFile).
See Also
RollingFileAppender Class | log4net.Appender Namespace