Sphinx Connector Log Entry Structure
Represents an entry that should written to the log.
Definition
Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public readonly ref struct SphinxConnectorLogEntryVB
Public Structure SphinxConnectorLogEntryConstructors
| 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
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |