log4net SDK Documentation - Microsoft .NET Framework 4.0

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

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

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