LayoutSkeleton ActivateOptions Method Apache log4net™ SDK Documentation
Activate component options

Namespace: log4net.Layout
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public abstract void ActivateOptions()

Implements

IOptionHandler ActivateOptions 
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.

This method must be implemented by the subclass.

See Also