log4net SDK Reference

ConfiguratorAttribute Constructor 

Constructor used by subclasses.

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

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