Click or drag to resize

ISphinxConnectorLoggerProviderFor Method

Create an instance of an implementation of ISphinxConnectorLogger.

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
ISphinxConnectorLogger For(
	string name
)

Parameters

name  String
The name of the type to create a logger for.

Return Value

ISphinxConnectorLogger
An instance implementing ISphinxConnectorLogger.
See Also