Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

ConfiguratorAttribute�Constructor�

Constructor used by subclasses.

[Visual�Basic]
Protected�Sub�New( _
���ByVal priority�As�Integer�_
)
[C#]
protected�ConfiguratorAttribute(
���intpriority
);

Parameters

priority
the ordering priority for this configurator

Remarks

The priority is used to order the configurator attributes before they are invoked. Higher priority configurators are executed before lower priority ones.

See Also

ConfiguratorAttribute Class | log4net.Config Namespace