log4net SDK Documentation - Microsoft .NET Framework 4.0

XmlConfigurator Class

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

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

System.Object
   log4net.Config.XmlConfigurator

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

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

Configures a ILoggerRepository using an Xml tree.

Requirements

Namespace: log4net.Config

Assembly: log4net (in log4net.dll)

See Also

XmlConfigurator Members | log4net.Config Namespace