Click or drag to resize
BaseLogger Methods

The BaseLogger type exposes the following members.

Methods
  NameDescription
Public methodDebug
Logs a debug message.
Public methodDebugException
Writes an exception resulting from an unusual code path and actions that should be monitored to the trace log.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Logs an error message.
Public methodErrorException
Writes an 'unexpected' exception to the trace log.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodStatic memberFormatExceptionMessage
Returns a formatted string that represents the specified exception and message properties.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInfo
Logs an info message.
Public methodInfoException
Writes an exception with medium-level priority to the trace log.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrace
Logs a trace message.
Public methodTraceException
Writes an exception with low-level priority to the trace log.
Public methodWarn
Logs a warning.
Public methodWarnException
Writes an exception with high-level priority to the trace log.
Top
See Also