AbstractLogger Class |
Namespace: Telogis.GeoBase.Diagnostics
The AbstractLogger type exposes the following members.
Name | Description | |
---|---|---|
Debug |
Logs a debug message.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Error |
Logs an unknown error message.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Incoming |
Logs an incoming message.
| |
Info |
Logs an information message.
| |
LogException(Exception) |
Logs an exception.
| |
LogException(Exception, String, Object) |
Logs an exception with an accompanying string message describing the current exception.
| |
Outgoing |
Logs an outgoing message.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Trace |
Logs a trace message for debugging purposes.
| |
Warn |
Logs a warning message.
| |
WithCategory |
Creates an AbstractLogger with a category.
| |
WithRequest |
Creates an AbstractLogger with an associated Request ID and RequestStringDelegate | |
WriteEntry |
Logs a LogEntry, which is a single log entry passed to a LogEventHandler.
|