ConsoleLoggerProvider Class

A logger provider for writing to the console.

Definition

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public class ConsoleLoggerProvider : ISphinxConnectorLoggerProvider
Inheritance
Object    ConsoleLoggerProvider
Implements
ISphinxConnectorLoggerProvider

Constructors

ConsoleLoggerProvider Initializes a new instance of the ConsoleLoggerProvider class.

Methods

EqualsDetermines 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.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also