Click or drag to resize

SphinxConnectorLogEntry Structure

Represents an entry that should written to the log.
Inheritance Hierarchy
SystemObject
  SystemValueType
    SphinxConnector.LoggingSphinxConnectorLogEntry

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public readonly ref 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 methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
See Also