Initialize a LogConnection.

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

Syntax

C#
public LogConnection(
	string host,
	int port
)
Visual Basic
Public Sub New ( _
	host As String, _
	port As Integer _
)
Visual C++
public:
LogConnection(
	String^ host, 
	int port
)

Parameters

host
Type: System..::..String
The hostname of the log server
port
Type: System..::..Int32
The port used to connect to the log server

See Also