RollingFileAppender ExistingInit Method Apache log4net™ SDK Documentation

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.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