XmlLogFormatter Class

Formats a LogEntry and any subclass of it to an XML string representation.

Namespace: Microsoft.Practices.EnterpriseLibrary.Logging.Formatters
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public class XmlLogFormatter : LogFormatter
'Declaration
Public Class XmlLogFormatter
    Inherits LogFormatter
public ref class XmlLogFormatter : public LogFormatter

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.LogFormatter
    Microsoft.Practices.EnterpriseLibrary.Logging.Formatters.XmlLogFormatter

See Also

XmlLogFormatter Members

Microsoft.Practices.EnterpriseLibrary.Logging.Formatters Namespace