Click or drag to resize

ISphinxConnectorLoggerLog Method

Writes the given logEntry to the log.

Namespace:  SphinxConnector.Logging
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
void Log(
	SphinxConnectorLogEntry logEntry
)

Parameters

logEntry
Type: SphinxConnector.LoggingSphinxConnectorLogEntry
The entry to write to the log.
See Also