XmlLogEntry 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 XmlLogEntry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XmlLogEntry | Overloaded. |
Methods
Name | Description | |
---|---|---|
AddErrorMessage |
Add an error or warning message to the start of the messages string builder.
(Inherited from LogEntry.) |
|
Clone |
Creates a new LogEntry that is a copy of the current instance.
(Inherited from LogEntry.) |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from LogEntry.) |
Properties
Name | Description | |
---|---|---|
ActivityId |
Tracing activity id
(Inherited from LogEntry.) |
|
ActivityIdString |
Tracing activity id as a string to support WMI Queries
(Inherited from LogEntry.) |
|
AppDomainName |
The AppDomain in which the program is running
(Inherited from LogEntry.) |
|
Categories |
Category name used to route the log entry to a one or more trace listeners.
(Inherited from LogEntry.) |
|
CategoriesStrings |
Category names used to route the log entry to a one or more trace listeners. This readonly property is available to support WMI queries
(Inherited from LogEntry.) |
|
ErrorMessages |
Gets the error message with the LogEntry
(Inherited from LogEntry.) |
|
EventId |
Event number or identifier.
(Inherited from LogEntry.) |
|
ExtendedProperties |
Dictionary of key/value pairs to record.
(Inherited from LogEntry.) |
|
LoggedSeverity | Gets the string representation of the Severity enumeration. |
|
MachineName |
Name of the computer.
(Inherited from LogEntry.) |
|
ManagedThreadName |
The name of the .NET thread.
(Inherited from LogEntry.) |
|
Message |
Message body to log. Value from ToString() method from message object.
(Inherited from LogEntry.) |
|
Priority |
Importance of the log message. Only messages whose priority is between the minimum and maximum priorities (inclusive) will be processed.
(Inherited from LogEntry.) |
|
ProcessId |
The Win32 process ID for the current running process.
(Inherited from LogEntry.) |
|
ProcessName |
The name of the current running process.
(Inherited from LogEntry.) |
|
RelatedActivityId |
Related activity id
(Inherited from LogEntry.) |
|
Severity |
Log entry severity as a Severity enumeration. (Unspecified, Information, Warning or Error).
(Inherited from LogEntry.) |
|
TimeStamp |
Date and time of the log entry message.
(Inherited from LogEntry.) |
|
TimeStampString |
Read-only property that returns the timeStamp formatted using the current culture.
(Inherited from LogEntry.) |
|
Title |
Additional description of the log entry message.
(Inherited from LogEntry.) |
|
Win32ThreadId |
The Win32 Thread ID for the current thread.
(Inherited from LogEntry.) |
|
Xml |
XML to Log.
|
See Also
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. |