ISphinxConnectorLogger Interface

Implement this interface to create a custom logger.

Definition

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public interface ISphinxConnectorLogger

Methods

IsEnabled Indicates whether the given logLevel is enabled.
Log Writes the given logEntry to the log.

See Also