ISphinx Connector Logger Interface
Implement this interface to create a custom logger.
Definition
Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public interface ISphinxConnectorLoggerVB
Public Interface ISphinxConnectorLoggerMethods
| IsEnabled | Indicates whether the given logLevel is enabled. |
| Log | Writes the given logEntry to the log. |