Click or drag to resize

ConsoleLoggerProvider Class

A logger provider for writing to the console.
Inheritance Hierarchy
SystemObject
  SphinxConnector.LoggingConsoleLoggerProvider

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public class ConsoleLoggerProvider : ISphinxConnectorLoggerProvider

The ConsoleLoggerProvider type exposes the following members.

Constructors
 NameDescription
Public methodConsoleLoggerProvider Initializes a new instance of the ConsoleLoggerProvider class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFor Creates an instance of ISphinxConnectorLogger that writes to the console for the type with the given name.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also