Microsoft.Practices.EnterpriseLibrary.Logging.Formatters Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Classes

  Class Description
Public class BinaryLogFormatter
Log formatter that will format a LogEntry in a way suitable for wire transmission.
Public class DictionaryToken
Formats a dictionary token by iterating through the dictionary and displays the key and value for each entry.
Public class KeyValueToken
Formats a keyvalue token and displays the dictionary entries value.
Public class LogFormatter
Abstract implememtation of the ILogFormatter interface.
Public class LogFormatterCustomFactory
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build an ILogFormatter described by a FormatterData configuration object.
Public class ReflectedPropertyToken
Token Function for Adding Reflected Property Values.
Public class TextFormatter
Represents a template based formatter for LogEntry messages.
Public class TimeStampToken
Formats a timestamp token with a custom date time format string.
Public class TokenFunction
Abstract base for all TokenFunction-derived classes. Provides default algorithm for formatting a token.
Public class XmlLogFormatter
Formats a LogEntry and any subclass of it to an XML string representation.

Interfaces

  Interface Description
Public interface ILogFormatter
Represents the interface for formatting log entry messsages.
Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.