Base class for all log4net configuration attributes.
System Object System Attribute log4net.Config ConfiguratorAttribute log4net.Config SecurityContextProviderAttribute log4net.Config XmlConfiguratorAttributeNamespace: log4net.ConfigAssembly: log4net (in log4net.dll) Version: 1.2.15.0 (1.2.15.0)
public abstract class ConfiguratorAttribute : Attribute,
IComparable
public abstract class ConfiguratorAttribute : Attribute,
IComparable
Public MustInherit Class ConfiguratorAttribute
Inherits Attribute
Implements IComparable
Public MustInherit Class ConfiguratorAttribute
Inherits Attribute
Implements IComparable
public ref class ConfiguratorAttribute abstract : public Attribute,
IComparable
public ref class ConfiguratorAttribute abstract : public Attribute,
IComparable
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.