Click or drag to resize

SphinxConnectorLogEntry Constructor

Creates a new instance of .

Namespace:  SphinxConnector.Logging
Assembly:  SphinxConnector (in SphinxConnector.dll) Version: 5.3.0
Syntax
public SphinxConnectorLogEntry(
	SphinxConnectorLogLevel logLevel,
	string message,
	Object[] args = null,
	Exception exception = null
)

Parameters

logLevel
Type: SphinxConnector.LoggingSphinxConnectorLogLevel
The log level.
message
Type: SystemString
The message to write to the log.
args (Optional)
Type: SystemObject
The message arguments (optional).
exception (Optional)
Type: SystemException
The exception to write to the log (optional).
See Also