Endeca Presentation API
log Method (entry)
NamespacesEndeca.LoggingLogConnectionlog(LogEntry)
Sends a log request to the Log Server without waiting for a response. Using this method instead of LogAndWait() can improve performance, because the extra step of insuring the Log Server received the request is not performed.
Declaration Syntax
C#Visual BasicVisual C++
public void log(
	LogEntry entry
)
Public Sub log ( _
	entry As LogEntry _
)
public:
void log (
	LogEntry^ entry
)
Parameters
entry (LogEntry)
The LogEntry object to send to the server

Assembly: Endeca.Logging (Module: Endeca.Logging) Version: 0.0.0.0