FilterSkeletonActivateOptions Method Apache log4net™ SDK Documentation
Initialize the filter with the options set

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

public virtual void ActivateOptions()

Implements

IOptionHandlerActivateOptions
Remarks

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.

Typically filter's options become active immediately on set, however this method must still be called.

See Also

Reference