Constructor used by subclasses.
Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.6.0-.NET 4.0
Syntax
Parameters
- priority
- Type: SystemInt32
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