Initialize a LogConnection.

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

Syntax

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

Parameters

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

See Also