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: 6.0.0
Syntax
public ISphinxConnectorLogger For(
	string name
)

Parameters

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

Return Value

ISphinxConnectorLogger
An instance implementing ISphinxConnectorLogger.

Implements

ISphinxConnectorLoggerProviderFor(String)
See Also