Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners 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 | |
---|---|---|
CustomTraceListener |
Base class for custom trace listeners that support formatters.
|
|
EmailTraceListener |
A TraceListener that writes an email message, formatting the output with an ILogFormatter.
|
|
EntLibLoggingProxyTraceListener |
Proxy listener for writing the log using the Logger class.
|
|
FlatFileTraceListener |
A TraceListener that writes to a flat file, formatting the output with an ILogFormatter.
|
|
FormattedEventLogTraceListener |
FormattedEventLogTraceListener is a TraceListener that wraps an FormattedEventLogTraceListener and uses a ILogFormatter to transform the data to trace.
|
|
FormattedTextWriterTraceListener |
Extends TextWriterTraceListener to add formatting capabilities.
|
|
FormattedTraceListenerBase |
Base class for TraceListeners that deal with formatters.
|
|
FormattedTraceListenerWrapperBase |
Base class for Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners that wrap other trace listeners and use a ILogFormatter to format the trace information.
|
|
MsmqSendInterfaceFactory |
Implementation of the MsmqSendInterfaceFactory contract that deals with an actual MSMQ.
|
|
MsmqTraceListener |
Is a TraceListener that delivers the log entries to an Msmq instance.
|
|
RollingFlatFileTraceListener |
Performs logging to a file and rolls the output file when either time or size thresholds are exceeded.
|
|
TraceListenerCustomFactory |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build a TraceListener described by a TraceListenerData configuration object.
|
|
WmiTraceListener |
WmiTraceListener is a TraceListener that send a WMI event
|
|
XmlTraceListener |
A TraceListener that writes an XML.
|
Structures
Structure | Description | |
---|---|---|
TraceListenerCustomFactory.TraceListenerCache |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Holds a cache of already created TraceListeners.
|
Interfaces
Interface | Description | |
---|---|---|
IMsmqSendInterface |
Specifies the contract for a MSMQ interface object.
|
|
IMsmqSendInterfaceFactory |
Specifies the contract for a provider of MSMQ interfaces.
|
Enumerations
Enumeration | Description | |
---|---|---|
RollFileExistsBehavior |
Defines the behavior when the rool file is created.
|
|
RollInterval |
Defines the frecuency when the file need to be rolled.
|
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. |