Classes

  ClassDescription
Public classLogConnection
This class is used to create an HTTP connection to the Log Server, where LogEntry objects can be sent and recorded. The LogConnection contains the hostname and port of the Log Server.
Public classLogEntry
This class contains the logging information sent from the application to the Log Server. Each LogEntry stores data about the current query in key/value pairs. Examples of the kind of data that can be recorded in a LogEntry include the session ID, the number of records in the current navigation state, and the active sort key.
Public classLogException
Represents an exception that may arise from trying to submit a LogEntry to the logging server.