Table of Contents

Class BinaryLogFormatterData

Namespace
Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly
Microsoft.Practices.EnterpriseLibrary.Logging.dll

Represents the configuration settings that describe a BinaryLogFormatter.

public class BinaryLogFormatterData : FormatterData
Inheritance
BinaryLogFormatterData

Constructors

BinaryLogFormatterData()

Initializes a new instance of the BinaryLogFormatterData class with default values.

public BinaryLogFormatterData()

BinaryLogFormatterData(string)

Initializes a new instance of the BinaryLogFormatterData class with a name.

public BinaryLogFormatterData(string name)

Parameters

name string

The name for the represented BinaryLogFormatter.

Methods

BuildFormatter()

Builds the ILogFormatter object represented by this configuration object.

public override ILogFormatter BuildFormatter()

Returns

ILogFormatter

A formatter.