Microsoft.Practices.EnterpriseLibrary.Logging 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 | |
---|---|---|
ContextItems |
Provides methods to maintain a key/value dictionary that is stored in the CallContext.
|
|
ExceptionFormatter | Provides exception formatting when not using the Exception Handling block. |
|
InstrumentationTypeAttribute |
Indicates that this type can be raised to an EventSource.
|
|
InternalAttribute |
Indicates that the field or property should not exposed when the raised to an EventSource.
|
|
LogEntry |
Represents a log message. Contains the common properties that are required for all log messages.
|
|
Logger |
Facade for writing a log entry to one or more TraceListeners. This class is sealed.
|
|
LoggingException |
Logging block exception.
|
|
LogSource |
Provides tracing services through a set of TraceListeners.
|
|
LogSourceCustomFactory |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build a LogSource described by a TraceSourceData configuration object.
|
|
LogWriter |
Instance based class to write log messages based on a given configuration. Messages are routed based on category.
|
|
LogWriterCustomFactory |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build a LogWriter described by the LoggingSettings configuration section.
|
|
LogWriterFactory |
Factory to create LogWriter instances.
|
|
LogWriterStructureHolder |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Holds the collaborators of a LogWriter to allow for an easy replacement should configuration change.
|
|
LogWriterStructureHolderCustomFactory |
This type supports the Enterprise Library infrastructure and is not intended to be used directly from your code. Represents the process to build a LogWriterStructureHolder described by the LoggingSettings configuration section.
|
|
ProjectInstaller |
Let the system know that the InstallUtil.exe tool will be run against this assembly
|
|
TraceListenerFilter |
Used by LogSources to keep the knowledge of which Microsoft.Practices.EnterpriseLibrary.Logging.TraceListeners have been already traced through.
|
|
Tracer |
Represents a performance tracing class to log method entry/exit and duration.
|
|
XmlLogEntry |
Entension of LogEntry for adding XMl Support.
|
Interfaces
Interface | Description | |
---|---|---|
ILogWriterStructureUpdater |
Represents an object that can update a LogWriter's internal configuration.
|
Enumerations
Enumeration | Description | |
---|---|---|
CategoryFilterMode |
Represents the possible modes for client-side category filtering.
|
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. |