Apache log4net� SDK Documentation - Microsoft .NET Framework 4.0

DOMConfigurator Class

NOTE: This class is now obsolete.

Use XmlConfigurator instead of DOMConfigurator


Use this class to initialize the log4net environment using an Xml tree.

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

System.Object
���log4net.Config.DOMConfigurator

[Visual�Basic]
NotInheritable�Public�Class�DOMConfigurator
[C#]
public�sealed�class�DOMConfigurator

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

DOMConfigurator is obsolete. Use XmlConfigurator instead of DOMConfigurator.

Configures a ILoggerRepository using an Xml tree.

Requirements

Namespace: log4net.Config

Assembly: log4net (in log4net.dll)

See Also

DOMConfigurator Members | log4net.Config Namespace