LogEntry Class |
Namespace: Telogis.GeoBase.Diagnostics
The LogEntry type exposes the following members.
Name | Description | |
---|---|---|
Category |
Gets the log category.
| |
Direction |
Gets the LogDirection enumeration.
| |
Exception |
Gets the type of error that occurred during application execution.
| |
LogType |
Gets the LogType enumeration.
| |
ManagedThreadId |
Gets the current thread's managed thread ID.
| |
Message |
Gets the log message that provides detail and insight as to what caused the error.
| |
NamedProperties |
Gets the list of named properties for this log entry.
| |
RequestId |
Gets the request ID.
| |
RequestString |
Gets the request string that triggered this entry.
| |
Time |
Gets the time the log entry was created as a DateTime.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetExceptionString |
Gets a string containing the text for all exceptions that are part of this log entry.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Converts the log entry to a human readable string.
(Overrides ObjectToString.) |