RollingFileAppenderExistingInit Method Apache log4net™ SDK Documentation

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected void ExistingInit()
Remarks

Initializes based on existing conditions at time of ActivateOptions. The following is done

  • determine curSizeRollBackups (only within the current roll point)
  • initiates a roll over if needed for crossing a date boundary since the last run.

See Also

Reference