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: 5.3.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 methodEquals
Determines 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also