ConsoleLoggerProviderFor Method

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

Definition

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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