SphinxConnectorLogEntry Structure

Represents an entry that should written to the log.

Definition

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public readonly ref struct SphinxConnectorLogEntry
Inheritance
Object    ValueType    SphinxConnectorLogEntry

Constructors

SphinxConnectorLogEntry Creates a new instance of .

Properties

Args Optional message arguments.
Exception Optional exception to write to the log.
LogLevel The log level.
Message The message to write to the log.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also