ConfiguratorAttribute ClassApache log4net™ SDK Documentation
Base class for all log4net configuration attributes.
Inheritance Hierarchy

OnlineSystem Object
  OnlineSystem Attribute
    log4net.Config ConfiguratorAttribute
      log4net.Config SecurityContextProviderAttribute
      log4net.Config XmlConfiguratorAttribute

Namespace: log4net.Config
Assembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
Syntax

public abstract class ConfiguratorAttribute : Attribute, 
	IComparable
Remarks

This is an abstract class that must be extended by specific configurators. This attribute allows the configurator to be parameterized by an assembly level attribute.
See Also