JsonEventTextFormatter Class

Applies to: Semantic Logging Application Block 1.0

A IEventTextFormatter implementation that writes out text formatted as JSON.

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

Syntax

public class JsonEventTextFormatter : IEventTextFormatter
'Declaration
Public Class JsonEventTextFormatter
    Implements IEventTextFormatter
public ref class JsonEventTextFormatter : IEventTextFormatter

Remarks

This class is not thread-safe.

Inheritance Hierarchy

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

See Also

JsonEventTextFormatter Members

Microsoft.Practices.EnterpriseLibrary.SemanticLogging.Formatters Namespace