Click or drag to resize

ISphinxConnectorLogger Interface

Implement this interface to create a custom logger.

Namespace:  SphinxConnector.Logging
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public interface ISphinxConnectorLogger

The ISphinxConnectorLogger type exposes the following members.

Methods
  NameDescription
Public methodIsEnabled
Indicates whether the given logLevel is enabled.
Public methodLog
Writes the given logEntry to the log.
Top
See Also