ConfiguratorAttribute Constructor Apache log4net™ SDK Documentation
Constructor used by subclasses.

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

protected ConfiguratorAttribute(
	int priority
)

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

Reference