Click or drag to resize

ISphinxConnectorLoggerProviderFor Method

Create an instance of an implementation of ISphinxConnectorLogger.

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

Parameters

name
Type: SystemString
The name of the type to create a logger for.

Return Value

Type: ISphinxConnectorLogger
An instance implementing ISphinxConnectorLogger.
See Also