Click or drag to resize

ConsoleLoggerProviderFor Method

Creates an instance of ISphinxConnectorLogger that writes to the console for the type with the given name.

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

Parameters

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

Return Value

Type: ISphinxConnectorLogger
An instance implementing ISphinxConnectorLogger.

Implements

ISphinxConnectorLoggerProviderFor(String)
See Also