Click or drag to resize

EventLogger Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates an EventLogger for handling a logging event.
Inheritance Hierarchy

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

The EventLogger type exposes the following members.

Constructors
  NameDescription
Public methodEventLogger
Initializes a new instance of the EventLogger class
Top
Methods
  NameDescription
Public methodDebug
Logs a debug message.
(Inherited from AbstractLogger.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodError
Logs an unknown error message.
(Inherited from AbstractLogger.)
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.
(Inherited from AbstractLogger.)
Public methodInfo
Logs an information message.
(Inherited from AbstractLogger.)
Public methodLogException(Exception)
Logs an exception.
(Inherited from AbstractLogger.)
Public methodLogException(Exception, String, Object)
Logs an exception with an accompanying string message describing the current exception.
(Inherited from AbstractLogger.)
Public methodOutgoing
Logs an outgoing message.
(Inherited from AbstractLogger.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrace
Logs a trace message for debugging purposes.
(Inherited from AbstractLogger.)
Public methodWarn
Logs a warning message.
(Inherited from AbstractLogger.)
Public methodWithCategory
Creates an AbstractLogger with a category.
(Inherited from AbstractLogger.)
Public methodWithRequest
Creates an AbstractLogger with an associated Request ID and RequestStringDelegate
(Inherited from AbstractLogger.)
Public methodWriteEntry
Writes an event log entry.
(Overrides AbstractLoggerWriteEntry(LogEntry).)
Top
Events
  NameDescription
Public eventLogEvent
A log event.
Top
See Also