ISphinx Connector LoggerLog Method
Writes the given logEntry to the log.
Definition
Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
void Log(
SphinxConnectorLogEntry logEntry
)VB
Sub Log (
logEntry As SphinxConnectorLogEntry
)Parameters
- logEntry SphinxConnectorLogEntry
- The entry to write to the log.