BinaryLogFormatter Class

Log formatter that will format a LogEntry in a way suitable for wire transmission.

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 BinaryLogFormatter : LogFormatter
'Declaration
Public Class BinaryLogFormatter
    Inherits LogFormatter
public ref class BinaryLogFormatter : public LogFormatter

Inheritance Hierarchy

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

See Also

BinaryLogFormatter Members

Microsoft.Practices.EnterpriseLibrary.Logging.Formatters Namespace