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.

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

Syntax

C#
public class LogConnection
Visual Basic
Public Class LogConnection
Visual C++
public ref class LogConnection

Inheritance Hierarchy

System..::..Object
  Endeca.Logging..::..LogConnection

See Also