NLog Logging Library

XmlLoggingConfiguration Class

[This is preliminary documentation and subject to change.]

A class for configuring NLog through an XML configuration file (App.config style or App.nlog style)

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

System.Object
   NLog.Config.LoggingConfiguration
      NLog.Config.XmlLoggingConfiguration

[Visual Basic]
Public Class XmlLoggingConfiguration
    Inherits 
[C#]
public class XmlLoggingConfiguration : LoggingConfiguration

Thread Safety

This type is safe for multithreaded operations.

Requirements

Namespace: NLog.Config

Assembly: NLog (in NLog.dll)

See Also

XmlLoggingConfiguration Members | NLog.Config Namespace