Sphinx Connector Log Entry Constructor
Creates a new instance of .
Definition
Namespace: SphinxConnector.Logging
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.1.0
C#
public SphinxConnectorLogEntry(
SphinxConnectorLogLevel logLevel,
string message,
Object[] args = null,
Exception exception = null
)VB
Public Sub New (
logLevel As SphinxConnectorLogLevel,
message As String,
Optional args As Object() = Nothing,
Optional exception As Exception = Nothing
)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).