Click or drag to resize

LogEntry Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a single log entry passed to a LogEventHandler.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.DiagnosticsLogEntry

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

The LogEntry type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleCategory
Gets the log category.
Public propertyCode exampleDirection
Gets the LogDirection enumeration.
Public propertyCode exampleException
Gets the type of error that occurred during application execution.
Public propertyCode exampleLogType
Gets the LogType enumeration.
Public propertyCode exampleManagedThreadId
Gets the current thread's managed thread ID.
Public propertyCode exampleMessage
Gets the log message that provides detail and insight as to what caused the error.
Public propertyNamedProperties
Gets the list of named properties for this log entry.
Public propertyRequestId
Gets the request ID.
Public propertyRequestString
Gets the request string that triggered this entry.
Public propertyCode exampleTime
Gets the time the log entry was created as a DateTime.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetExceptionString
Gets a string containing the text for all exceptions that are part of this log entry.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Converts the log entry to a human readable string.
(Overrides ObjectToString.)
Top
See Also