Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Implements
IOptionHandler.ActivateOptions()This is part of the IOptionHandler delayed object activation scheme. The ActivateOptions() method must be called on this object after the configuration properties have been set. Until ActivateOptions() is called this object is in an undefined state and must not be used.
If any of the configuration properties are modified then ActivateOptions() must be called again.
Sets initial conditions including date/time roll over information, first check, scheduledFilename, and calls ExistingInit() to initialize the current number of backups.