Click or drag to resize

ISphinxConnectorLoggerLog Method

Writes the given logEntry to the log.

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

Parameters

logEntry  SphinxConnectorLogEntry
The entry to write to the log.
See Also