LoggingExceptionHandler Members
Include Protected Members
Include Inherited Members
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. |
The LoggingExceptionHandler type exposes the following members.
Constructors
Name | Description | |
---|---|---|
LoggingExceptionHandler |
Initializes a new instance of the LoggingExceptionHandler class with the log category, the event ID, the TraceEventType, the title, minimum priority, the formatter type, and the LogWriter.
|
Methods
Name | Description | |
---|---|---|
CreateFormatter |
Creates an ExceptionFormatter object based on the configured ExceptionFormatter type name.
|
|
CreateStringWriter |
Creates an instance of the StringWriter class using its default constructor.
|
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
HandleException | Handles the specified Exception object by formatting it and writing to the configured log. |
|
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
WriteToLog |
Writes the specified log message using the Logging Application Block's Write(LogEntry) method.
|
See Also
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.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. |