Endeca Presentation API
Endeca.Logging Namespace
NamespacesEndeca.Logging
Provides an interface to send information to the Endeca Logging Server.
Declaration Syntax
C#Visual BasicVisual C++
namespace Endeca.Logging
Namespace Endeca.Logging
namespace Endeca.Logging
Types
All TypesClasses
IconTypeDescription
LogConnection
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.

LogEntry
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.

LogException
Represents an exception that may arise from trying to submit a LogEntry to the logging server.