Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

StringMatchFilter.ActivateOptions�Method�

Initialize and precompile the Regex if required

[Visual�Basic]
Overrides�Public�Sub�ActivateOptions()�_
����Implements�IOptionHandler.ActivateOptions
[C#]
public�override�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.

See Also

StringMatchFilter Class | log4net.Filter Namespace