Share via


FormatterBuilder Members

Include Protected Members
Include Inherited Members

The FormatterBuilder type exposes the following members.

Constructors

  Name Description
Ff669591.pubmethod(en-us,PandP.50).gif FormatterBuilder
Creates an instance of FormatterBuilder, which functions as an entry point to configure instances of ILogFormatter.

Methods

  Name Description
Ff669591.pubmethod(en-us,PandP.50).gif Equals
Redeclaration that hides the Equals(Object) method from IntelliSense.
(Overrides Object.Equals(Object).)
Ff669591.protmethod(en-us,PandP.50).gif Finalize (Inherited from Object.)
Ff669591.pubmethod(en-us,PandP.50).gif GetHashCode
Redeclaration that hides the GetHashCode() method from IntelliSense.
(Overrides Object.GetHashCode().)
Ff669591.pubmethod(en-us,PandP.50).gif GetType (Inherited from Object.)
Ff669591.protmethod(en-us,PandP.50).gif MemberwiseClone (Inherited from Object.)
Ff669591.pubmethod(en-us,PandP.50).gif ToString
Redeclaration that hides the ToString() method from IntelliSense.
(Overrides Object.ToString().)

Extension Methods

  Name Description
Ff669591.pubextension(en-us,PandP.50).gif BinaryFormatterNamed
Creates the configuration builder for a BinaryLogFormatter instance.
(Defined by BinaryFormatterBuilderExtensions.)
Ff669591.pubextension(en-us,PandP.50).gif CustomFormatterNamed
Adds an custom ILogFormatter instance of type TCustomFormatter to the logging configuration.
(Defined by CustomFormatterBuilderExtensions.)
Ff669591.pubextension(en-us,PandP.50).gif CustomFormatterNamed
Adds an custom ILogFormatter instance of type customFormatterType to the logging configuration.
(Defined by CustomFormatterBuilderExtensions.)
Ff669591.pubextension(en-us,PandP.50).gif CustomFormatterNamed
Adds an custom ILogFormatter instance of type TCustomFormatter to the logging configuration.
(Defined by CustomFormatterBuilderExtensions.)
Ff669591.pubextension(en-us,PandP.50).gif CustomFormatterNamed
Adds an custom ILogFormatter instance of type customFormatterType to the logging configuration.
(Defined by CustomFormatterBuilderExtensions.)
Ff669591.pubextension(en-us,PandP.50).gif TextFormatterNamed
Creates the configuration builder for a TextFormatter instance.
(Defined by TextFormatterBuilderExtensions.)

Explicit Interface Implementations

  Name Description
Ff669591.pubinterface(en-us,PandP.50).gifFf669591.privmethod(en-us,PandP.50).gif IFluentInterface.GetType
Entry point for configuring instances of ILogFormatter.

See Also

FormatterBuilder Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace