ISphinx Connector Logger ProviderFor Method
Create an instance of an implementation of ISphinxConnectorLogger.
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#
ISphinxConnectorLogger For(
string name
)VB
Function For (
name As String
) As ISphinxConnectorLoggerParameters
- name String
- The name of the type to create a logger for.
Return Value
ISphinxConnectorLoggerAn instance implementing ISphinxConnectorLogger.