Console Logger ProviderFor 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
An instance implementing ISphinxConnectorLogger.
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public ISphinxConnectorLogger For(
string name
)VB
Public Function For (
name As String
) As ISphinxConnectorLoggerParameters
- name String
- The name of the type to create the logger for.
Return Value
ISphinxConnectorLoggerAn instance implementing ISphinxConnectorLogger.