Constructor used by subclasses.
Namespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax
Parameters
- priority
- Type: System Int32
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