Sends a log request to the server, and reads the response

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

Syntax

C#
public bool logAndWait(
	LogEntry entry
)
Visual Basic
Public Function logAndWait ( _
	entry As LogEntry _
) As Boolean
Visual C++
public:
bool logAndWait(
	LogEntry^ entry
)

Parameters

entry
Type: Endeca.Logging..::..LogEntry
The LogEntry object to send to the server

Return Value

True if the entry was successfully logged.

See Also