Click or drag to resize

SphinxConnectorLogEntry Structure

Note: This API is now obsolete.

Represents an entry that should written to the log.

Namespace:  SphinxConnector.Logging
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public readonly struct SphinxConnectorLogEntry

The SphinxConnectorLogEntry type exposes the following members.

Constructors
  NameDescription
Public methodSphinxConnectorLogEntry
Creates a new instance of .
Top
Properties
  NameDescription
Public propertyArgs
Optional message arguments.
Public propertyException
Optional exception to write to the log.
Public propertyLogLevel
The log level.
Public propertyMessage
The message to write to the log.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also