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.

Namespace: Endeca.Logging
Assembly: Endeca.Logging (in Endeca.Logging.dll) Version: 6.1.3.0

Syntax

C#
public class LogEntry : IDictionary, ICollection, 
	IEnumerable
Visual Basic
Public Class LogEntry _
	Implements IDictionary, ICollection, IEnumerable
Visual C++
public ref class LogEntry : IDictionary, 
	ICollection, IEnumerable

Inheritance Hierarchy

System..::..Object
  Endeca.Logging..::..LogEntry

See Also