 | ISphinxConnectorLoggerLog Method |
Writes the given logEntry to the log.
Namespace: SphinxConnector.LoggingAssembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntaxvoid Log(
SphinxConnectorLogEntry logEntry
)
Sub Log (
logEntry As SphinxConnectorLogEntry
)
Parameters
- logEntry SphinxConnectorLogEntry
- The entry to write to the log.
See Also