log4net SDK Reference

ConfiguratorAttribute Class

Base class for all log4net configuration attributes.

For a list of all members of this type, see ConfiguratorAttribute Members.

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

[Visual Basic]
MustInherit Public Class ConfiguratorAttribute
    Inherits Attribute
    Implements IComparable
[C#]
public abstract class ConfiguratorAttribute : Attribute, IComparable

Thread Safety

This type is not safe for multithreaded operations.

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.

Requirements

Namespace: log4net.Config

Assembly: log4net (in log4net.dll)

See Also

ConfiguratorAttribute Members | log4net.Config Namespace