Console Logger Provider Class
A logger provider for writing to the console.
Definition
Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class ConsoleLoggerProvider : ISphinxConnectorLoggerProviderVB
Public Class ConsoleLoggerProvider
Implements ISphinxConnectorLoggerProvider- Inheritance
- Object ConsoleLoggerProvider
- Implements
- ISphinxConnectorLoggerProvider
Constructors
| ConsoleLoggerProvider | Initializes a new instance of the ConsoleLoggerProvider class. |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| For | Creates an instance of ISphinxConnectorLogger that writes to the console for the type with the given name. |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |