Click or drag to resize

AbstractLogger Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An abstract logger class from which more specific logger classes inherit their methods.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase.Diagnostics
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract class AbstractLogger : ILogger

The AbstractLogger type exposes the following members.

Methods
  NameDescription
Public methodDebug
Logs a debug message.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Logs an unknown error message.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIncoming
Logs an incoming message.
Public methodInfo
Logs an information message.
Public methodLogException(Exception)
Logs an exception.
Public methodLogException(Exception, String, Object)
Logs an exception with an accompanying string message describing the current exception.
Public methodOutgoing
Logs an outgoing message.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrace
Logs a trace message for debugging purposes.
Public methodWarn
Logs a warning message.
Public methodWithCategory
Creates an AbstractLogger with a category.
Public methodWithRequest
Creates an AbstractLogger with an associated Request ID and RequestStringDelegate
Public methodWriteEntry
Logs a LogEntry, which is a single log entry passed to a LogEventHandler.
Top
See Also