SphinxConnectorLogEntry Constructor

Creates a new instance of .

Definition

Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
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