BaseLogger Methods |
The BaseLogger type exposes the following members.
Name | Description | |
---|---|---|
Debug | Logs a debug message. | |
DebugException | Writes an exception resulting from an unusual code path and actions that should be monitored to the trace log. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Error | Logs an error message. | |
ErrorException | Writes an 'unexpected' exception to the trace log. | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FormatExceptionMessage | Returns a formatted string that represents the specified exception and message properties. | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Info | Logs an info message. | |
InfoException | Writes an exception with medium-level priority to the trace log. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Trace | Logs a trace message. | |
TraceException | Writes an exception with low-level priority to the trace log. | |
Warn | Logs a warning. | |
WarnException | Writes an exception with high-level priority to the trace log. |