Click or drag to resize

SphinxConnectorLogEntry Constructor

Creates a new instance of .

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

Parameters

logLevel  SphinxConnectorLogLevel
The log level.
message  String
The message to write to the log.
args  Object  (Optional)
The message arguments (optional).
exception  Exception  (Optional)
The exception to write to the log (optional).
See Also