XmlEventTextFormatter Class

Applies to: Semantic Logging 2.0

A IEventTextFormatter implementation that writes out text formatted as XML compliant with the Event Schema.

Namespace: Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters
Assembly: Microsoft.Practices.EnterpriseLibrary.SemanticLogging (in Microsoft.Practices.EnterpriseLibrary.SemanticLogging.dll) Version: 2.0.1406.1

Syntax

public class XmlEventTextFormatter : IEventTextFormatter
'Declaration
Public Class XmlEventTextFormatter
    Implements IEventTextFormatter

Remarks

This class is not thread-safe.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters.XmlEventTextFormatter

See Also

XmlEventTextFormatter Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace