Initialize the appender based on the options set.
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.
The appender will be ignored if no Recipient was specified.
Exception Type | Condition |
---|---|
ArgumentNullException | The required property Recipient was not specified. |
NetSendAppender Class | log4net.Appender Namespace