ISphinxConnectorLoggerLog Method

Writes the given logEntry to the log.

Definition

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
void Log(
	SphinxConnectorLogEntry logEntry
)

Parameters

logEntry  SphinxConnectorLogEntry
The entry to write to the log.

See Also